#6D2342

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

Shades of Pompadour #6D2342

Tints of Pompadour #6D2342

Color information

#6D2342 (or 0x6D2342) is unknown color: approx Pompadour. HEX triplet: 6D, 23 and 42. RGB value is (109,35,66). Sum of RGB (Red+Green+Blue) = 109+35+66=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2342 is #92DCBD. Grayscale: #3C3C3C. Windows color (decimal): -9624766 or 4334445. OLE color: 4334445.

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

Color convert

RGB1093566-
CMYK00.680.390.57
HSL334.86º51.39%28.24%-
HSV(B)334.86º67.89%42.75%-
XYZ7.894.855.67-
YUV60.66131.02162.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.90%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=51.90%
G=16.67%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109356600.680.390.57334.8651.3928.24
Hex6D2342044273914f331c
Octal15543102010447715176334
Binary110110110001110000100100010010011111100110100111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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