#6C2B49

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

Shades of Pompadour #6C2B49

Tints of Pompadour #6C2B49

Color information

#6C2B49 (or 0x6C2B49) is unknown color: approx Pompadour. HEX triplet: 6C, 2B and 49. RGB value is (108,43,73). Sum of RGB (Red+Green+Blue) = 108+43+73=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2B49 is #93D4B6. Grayscale: #414141. Windows color (decimal): -9688247 or 4795244. OLE color: 4795244.

HSL color Cylindrical-coordinate representation of color #6C2B49: hue angle of 332.31º 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 #6C2B49 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB1084373-
CMYK00.600.320.58
HSL332.31º43.05%29.61%-
HSV(B)332.31º60.19%42.35%-
XYZ8.255.46.91-
YUV65.86132.03158.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.21%
GREEN value IS 43 (17.19% from 255) = 19.20%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=48.21%
G=19.20%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108437300.600.320.58332.3143.0529.61
Hex6C2B4903C203A14c2b1e
Octal1545311107440725145336
Binary11011001010111001001011110010000011101010100110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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