#662545

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

Shades of Pompadour #662545

Tints of Pompadour #662545

Color information

#662545 (or 0x662545) is unknown color: approx Pompadour. HEX triplet: 66, 25 and 45. RGB value is (102,37,69). Sum of RGB (Red+Green+Blue) = 102+37+69=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #662545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662545 is #99DABA. Grayscale: #3C3C3C. Windows color (decimal): -10083003 or 4531558. OLE color: 4531558.

HSL color Cylindrical-coordinate representation of color #662545: hue angle of 330.46º 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 #662545 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.6.

Color convert

RGB1023769-
CMYK00.640.320.6
HSL330.46º46.76%27.25%-
HSV(B)330.46º63.73%40%-
XYZ7.224.586.13-
YUV60.08133.03157.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 37 (14.84% from 255) = 17.79%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=49.04%
G=17.79%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102376900.640.320.6330.4646.7627.25
Hex662545040203C14a2f1b
Octal14645105010040745125733
Binary110011010010110001010100000010000011110010100101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662545; }

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

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

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

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

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

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

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

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