#662E4D

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

Shades of Pompadour #662E4D

Tints of Pompadour #662E4D

Color information

#662E4D (or 0x662E4D) is unknown color: approx Pompadour. HEX triplet: 66, 2E and 4D. RGB value is (102,46,77). Sum of RGB (Red+Green+Blue) = 102+46+77=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #662E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E4D is #99D1B2. Grayscale: #424242. Windows color (decimal): -10080691 or 5058150. OLE color: 5058150.

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

Color convert

RGB1024677-
CMYK00.550.250.6
HSL326.79º37.84%29.02%-
HSV(B)326.79º54.9%40%-
XYZ7.85.317.64-
YUV66.28134.05153.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 46 (18.36% from 255) = 20.44%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=45.33%
G=20.44%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102467700.550.250.6326.7937.8429.02
Hex662E4D037193C147261d
Octal1465611506731745074635
Binary1100110101110100110101101111100111110010100011110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,46,77); }

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

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

 a { background-color: rgb(102,46,77); }

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

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

 span { border-color: rgb(102,46,77); }

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