#6C2440

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

Shades of Pompadour #6C2440

Tints of Pompadour #6C2440

Color information

#6C2440 (or 0x6C2440) is unknown color: approx Pompadour. HEX triplet: 6C, 24 and 40. RGB value is (108,36,64). Sum of RGB (Red+Green+Blue) = 108+36+64=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2440 is #93DBBF. Grayscale: #3C3C3C. Windows color (decimal): -9690048 or 4203628. OLE color: 4203628.

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

Color convert

RGB1083664-
CMYK00.670.410.58
HSL336.67º50%28.24%-
HSV(B)336.67º66.67%42.35%-
XYZ7.744.825.37-
YUV60.72129.85161.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.92%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 64 (25.39% from 255) = 30.77%
R=51.92%
G=17.31%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108366400.670.410.58336.675028.24
Hex6C2440043293A151321c
Octal15444100010351725216234
Binary110110010010010000000100001110100111101010101000111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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