#661647

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

Shades of Pompadour #661647

Tints of Pompadour #661647

Color information

#661647 (or 0x661647) is unknown color: approx Pompadour. HEX triplet: 66, 16 and 47. RGB value is (102,22,71). Sum of RGB (Red+Green+Blue) = 102+22+71=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #661647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661647 is #99E9B8. Grayscale: #333333. Windows color (decimal): -10086841 or 4658790. OLE color: 4658790.

HSL color Cylindrical-coordinate representation of color #661647: hue angle of 323.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #661647 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB1022271-
CMYK00.780.300.6
HSL323.25º64.52%24.31%-
HSV(B)323.25º78.43%40%-
XYZ6.93.856.34-
YUV51.51139164.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 71 (28.12% from 255) = 36.41%
R=52.31%
G=11.28%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102227100.780.300.6323.2564.5224.31
Hex66164704E1E3C1434118
Octal146261070116367450310130
Binary11001101011010001110100111011110111100101000011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661647; }

 p { color: rgb(102,22,71); }

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

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

 a { background-color: rgb(102,22,71); }

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

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

 span { border-color: rgb(102,22,71); }

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