#662546

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

Shades of Pompadour #662546

Tints of Pompadour #662546

Color information

#662546 (or 0x662546) is unknown color: approx Pompadour. HEX triplet: 66, 25 and 46. RGB value is (102,37,70). Sum of RGB (Red+Green+Blue) = 102+37+70=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #662546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662546 is #99DAB9. Grayscale: #3C3C3C. Windows color (decimal): -10083002 or 4597094. OLE color: 4597094.

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

Color convert

RGB1023770-
CMYK00.640.310.6
HSL329.54º46.76%27.25%-
HSV(B)329.54º63.73%40%-
XYZ7.254.596.3-
YUV60.2133.53157.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=48.80%
G=17.70%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102377000.640.310.6329.5446.7627.25
Hex6625460401F3C14a2f1b
Octal14645106010037745125733
Binary11001101001011000110010000001111111110010100101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662546; }

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

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

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

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

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

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

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

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