#661540

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

Shades of Pompadour #661540

Tints of Pompadour #661540

Color information

#661540 (or 0x661540) is unknown color: approx Pompadour. HEX triplet: 66, 15 and 40. RGB value is (102,21,64). Sum of RGB (Red+Green+Blue) = 102+21+64=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #661540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661540 is #99EABF. Grayscale: #323232. Windows color (decimal): -10087104 or 4199782. OLE color: 4199782.

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

Color convert

RGB1022164-
CMYK00.790.370.6
HSL328.15º65.85%24.12%-
HSV(B)328.15º79.41%40%-
XYZ6.673.735.22-
YUV50.12135.84165-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=54.55%
G=11.23%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102216400.790.370.6328.1565.8524.12
Hex66154004F253C1484218
Octal146251000117457451010230
Binary110011010101100000001001111100101111100101001000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661540; }

 p { color: rgb(102,21,64); }

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

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

 a { background-color: rgb(102,21,64); }

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

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

 span { border-color: rgb(102,21,64); }

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