#661638

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

Shades of Pompadour #661638

Tints of Pompadour #661638

Color information

#661638 (or 0x661638) is unknown color: approx Pompadour. HEX triplet: 66, 16 and 38. RGB value is (102,22,56). Sum of RGB (Red+Green+Blue) = 102+22+56=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #661638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661638 is #99E9C7. Grayscale: #313131. Windows color (decimal): -10086856 or 3675750. OLE color: 3675750.

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

Color convert

RGB1022256-
CMYK00.780.450.6
HSL334.5º64.52%24.31%-
HSV(B)334.5º78.43%40%-
XYZ6.483.684.11-
YUV49.8131.5165.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.67%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=56.67%
G=12.22%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102225600.780.450.6334.564.5224.31
Hex66163804E2D3C14e4118
Octal14626700116557451610130
Binary11001101011011100001001110101101111100101001110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661638; }

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

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

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

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

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

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

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

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