#6C2342

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

Shades of Pompadour #6C2342

Tints of Pompadour #6C2342

Color information

#6C2342 (or 0x6C2342) is unknown color: approx Pompadour. HEX triplet: 6C, 23 and 42. RGB value is (108,35,66). Sum of RGB (Red+Green+Blue) = 108+35+66=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2342 is #93DCBD. Grayscale: #3C3C3C. Windows color (decimal): -9690302 or 4334444. OLE color: 4334444.

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

Color convert

RGB1083566-
CMYK00.680.390.58
HSL334.52º51.05%28.04%-
HSV(B)334.52º67.59%42.35%-
XYZ7.774.785.67-
YUV60.36131.18161.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 51.67%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=51.67%
G=16.75%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108356600.680.390.58334.5251.0528.04
Hex6C2342044273A14f331c
Octal15443102010447725176334
Binary110110010001110000100100010010011111101010100111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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