#6C2B4C

Color #6C2B4C Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #6C2B4C

Tints of Pompadour #6C2B4C

Color information

#6C2B4C (or 0x6C2B4C) is unknown color: approx Pompadour. HEX triplet: 6C, 2B and 4C. RGB value is (108,43,76). Sum of RGB (Red+Green+Blue) = 108+43+76=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2B4C is #93D4B3. Grayscale: #424242. Windows color (decimal): -9688244 or 4991852. OLE color: 4991852.

HSL color Cylindrical-coordinate representation of color #6C2B4C: hue angle of 329.54º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C2B4C is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB1084376-
CMYK00.600.300.58
HSL329.54º43.05%29.61%-
HSV(B)329.54º60.19%42.35%-
XYZ8.355.447.45-
YUV66.2133.53157.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 47.58%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=47.58%
G=18.94%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108437600.600.300.58329.5443.0529.61
Hex6C2B4C03C1E3A14a2b1e
Octal1545311407436725125336
Binary1101100101011100110001111001111011101010100101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C2B4C; }

 p { color: rgb(108,43,76); }

 H1.HeaderClassName
 {
   color: #6C2B4C;
 }
 .AnyTagClassName
 {
   color: #6C2B4C;
 }
</style>
background-color css

<style>
 a { background-color: #6C2B4C; }

 a { background-color: rgb(108,43,76); }

 div.DivClassName
 {
   background-color: #6C2B4C;
 }
 .BgClassName
 {
   background-color: #6C2B4C;
 }
</style>
border-color css

<style>
 span { border-color: #6C2B4C; }

 span { border-color: rgb(108,43,76); }

 td.TdClassName
 {
   border-color: #6C2B4C;
 }
 .TagClassName
 {
   border-color: #6C2B4C;
 }
</style>