#6C1339

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

Shades of Pompadour #6C1339

Tints of Pompadour #6C1339

Color information

#6C1339 (or 0x6C1339) is unknown color: approx Pompadour. HEX triplet: 6C, 13 and 39. RGB value is (108,19,57). Sum of RGB (Red+Green+Blue) = 108+19+57=184 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.70% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1339 is #93ECC6. Grayscale: #313131. Windows color (decimal): -9694407 or 3740524. OLE color: 3740524.

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

Color convert

RGB1081957-
CMYK00.820.470.58
HSL334.38º70.08%24.9%-
HSV(B)334.38º82.41%42.35%-
XYZ7.163.954.26-
YUV49.94131.99169.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 58.70%
GREEN value IS 19 (7.81% from 255) = 10.33%
BLUE value IS 57 (22.66% from 255) = 30.98%
R=58.70%
G=10.33%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108195700.820.470.58334.3870.0824.9
Hex6C13390522F3A14e4619
Octal15423710122577251610631
Binary11011001001111100101010010101111111010101001110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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