#6C2040

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

Shades of Pompadour #6C2040

Tints of Pompadour #6C2040

Color information

#6C2040 (or 0x6C2040) is unknown color: approx Pompadour. HEX triplet: 6C, 20 and 40. RGB value is (108,32,64). Sum of RGB (Red+Green+Blue) = 108+32+64=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2040 is #93DFBF. Grayscale: #3A3A3A. Windows color (decimal): -9691072 or 4202604. OLE color: 4202604.

HSL color Cylindrical-coordinate representation of color #6C2040: hue angle of 334.74º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2040 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB1083264-
CMYK00.700.410.58
HSL334.74º54.29%27.45%-
HSV(B)334.74º70.37%42.35%-
XYZ7.634.595.33-
YUV58.37131.18163.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 52.94%
GREEN value IS 32 (12.89% from 255) = 15.69%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=52.94%
G=15.69%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108326400.700.410.58334.7454.2927.45
Hex6C2040046293A14f361b
Octal15440100010651725176633
Binary110110010000010000000100011010100111101010100111111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,32,64); }

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

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

 a { background-color: rgb(108,32,64); }

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

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

 span { border-color: rgb(108,32,64); }

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