#662646

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

Shades of Pompadour #662646

Tints of Pompadour #662646

Color information

#662646 (or 0x662646) is unknown color: approx Pompadour. HEX triplet: 66, 26 and 46. RGB value is (102,38,70). Sum of RGB (Red+Green+Blue) = 102+38+70=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #662646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662646 is #99D9B9. Grayscale: #3C3C3C. Windows color (decimal): -10082746 or 4597350. OLE color: 4597350.

HSL color Cylindrical-coordinate representation of color #662646: hue angle of 330º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662646 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1023870-
CMYK00.630.310.6
HSL330º45.71%27.45%-
HSV(B)330º62.75%40%-
XYZ7.284.656.31-
YUV60.78133.2157.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.57%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 70 (27.73% from 255) = 33.33%
R=48.57%
G=18.10%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102387000.630.310.633045.7127.45
Hex66264603F1F3C14a2e1b
Octal1464610607737745125633
Binary1100110100110100011001111111111111110010100101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662646; }

 p { color: rgb(102,38,70); }

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

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

 a { background-color: rgb(102,38,70); }

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

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

 span { border-color: rgb(102,38,70); }

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