#662B4C

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

Shades of Pompadour #662B4C

Tints of Pompadour #662B4C

Color information

#662B4C (or 0x662B4C) is unknown color: approx Pompadour. HEX triplet: 66, 2B and 4C. RGB value is (102,43,76). Sum of RGB (Red+Green+Blue) = 102+43+76=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #662B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B4C is #99D4B3. Grayscale: #404040. Windows color (decimal): -10081460 or 4991846. OLE color: 4991846.

HSL color Cylindrical-coordinate representation of color #662B4C: hue angle of 326.44º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #662B4C is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1024376-
CMYK00.580.250.6
HSL326.44º40.69%28.43%-
HSV(B)326.44º57.84%40%-
XYZ7.655.077.41-
YUV64.4134.55154.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=46.15%
G=19.46%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102437600.580.250.6326.4440.6928.43
Hex662B4C03A193C146291c
Octal1465311407231745065134
Binary1100110101011100110001110101100111110010100011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662B4C; }

 p { color: rgb(102,43,76); }

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

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

 a { background-color: rgb(102,43,76); }

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

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

 span { border-color: rgb(102,43,76); }

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