#662E4E

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

Shades of Pompadour #662E4E

Tints of Pompadour #662E4E

Color information

#662E4E (or 0x662E4E) is unknown color: approx Pompadour. HEX triplet: 66, 2E and 4E. RGB value is (102,46,78). Sum of RGB (Red+Green+Blue) = 102+46+78=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #662E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E4E is #99D1B1. Grayscale: #424242. Windows color (decimal): -10080690 or 5123686. OLE color: 5123686.

HSL color Cylindrical-coordinate representation of color #662E4E: hue angle of 325.71º 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 #662E4E is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1024678-
CMYK00.550.240.6
HSL325.71º37.84%29.02%-
HSV(B)325.71º54.9%40%-
XYZ7.835.337.82-
YUV66.39134.55153.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 46 (18.36% from 255) = 20.35%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=45.13%
G=20.35%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102467800.550.240.6325.7137.8429.02
Hex662E4E037183C146261d
Octal1465611606730745064635
Binary1100110101110100111001101111100011110010100011010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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