#6C1539

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

Shades of Pompadour #6C1539

Tints of Pompadour #6C1539

Color information

#6C1539 (or 0x6C1539) is unknown color: approx Pompadour. HEX triplet: 6C, 15 and 39. RGB value is (108,21,57). Sum of RGB (Red+Green+Blue) = 108+21+57=186 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.06% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1539 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1539 is #93EAC6. Grayscale: #333333. Windows color (decimal): -9693895 or 3741036. OLE color: 3741036.

HSL color Cylindrical-coordinate representation of color #6C1539: hue angle of 335.17º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C1539 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB1082157-
CMYK00.810.470.58
HSL335.17º67.44%25.29%-
HSV(B)335.17º80.56%42.35%-
XYZ7.194.024.27-
YUV51.12131.32168.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 58.06%
GREEN value IS 21 (8.59% from 255) = 11.29%
BLUE value IS 57 (22.66% from 255) = 30.65%
R=58.06%
G=11.29%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108215700.810.470.58335.1767.4425.29
Hex6C15390512F3A14f4319
Octal15425710121577251710331
Binary11011001010111100101010001101111111010101001111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,21,57); }

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

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

 a { background-color: rgb(108,21,57); }

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

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

 span { border-color: rgb(108,21,57); }

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