#662942

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

Shades of Pompadour #662942

Tints of Pompadour #662942

Color information

#662942 (or 0x662942) is unknown color: approx Pompadour. HEX triplet: 66, 29 and 42. RGB value is (102,41,66). Sum of RGB (Red+Green+Blue) = 102+41+66=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #662942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662942 is #99D6BD. Grayscale: #3E3E3E. Windows color (decimal): -10081982 or 4335974. OLE color: 4335974.

HSL color Cylindrical-coordinate representation of color #662942: hue angle of 335.41º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #662942 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB1024166-
CMYK00.600.350.6
HSL335.41º42.66%28.04%-
HSV(B)335.41º59.8%40%-
XYZ7.264.85.7-
YUV62.09130.21156.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=48.80%
G=19.62%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102416600.600.350.6335.4142.6628.04
Hex66294203C233C14f2b1c
Octal1465110207443745175334
Binary11001101010011000010011110010001111110010100111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662942; }

 p { color: rgb(102,41,66); }

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

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

 a { background-color: rgb(102,41,66); }

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

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

 span { border-color: rgb(102,41,66); }

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