#6C1542

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

Shades of Pompadour #6C1542

Tints of Pompadour #6C1542

Color information

#6C1542 (or 0x6C1542) is unknown color: approx Pompadour. HEX triplet: 6C, 15 and 42. RGB value is (108,21,66). Sum of RGB (Red+Green+Blue) = 108+21+66=195 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.38% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1542 is #93EABD. Grayscale: #343434. Windows color (decimal): -9693886 or 4330860. OLE color: 4330860.

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

Color convert

RGB1082166-
CMYK00.810.390.58
HSL328.97º67.44%25.29%-
HSV(B)328.97º80.56%42.35%-
XYZ7.444.125.56-
YUV52.14135.82167.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.38%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=55.38%
G=10.77%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108216600.810.390.58328.9767.4425.29
Hex6C1542051273A1494319
Octal154251020121477251110331
Binary110110010101100001001010001100111111010101001001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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