#661840

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

Shades of Pompadour #661840

Tints of Pompadour #661840

Color information

#661840 (or 0x661840) is unknown color: approx Pompadour. HEX triplet: 66, 18 and 40. RGB value is (102,24,64). Sum of RGB (Red+Green+Blue) = 102+24+64=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #661840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661840 is #99E7BF. Grayscale: #333333. Windows color (decimal): -10086336 or 4200550. OLE color: 4200550.

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

Color convert

RGB1022464-
CMYK00.760.370.6
HSL329.23º61.9%24.71%-
HSV(B)329.23º76.47%40%-
XYZ6.733.855.24-
YUV51.88134.84163.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=53.68%
G=12.63%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102246400.760.370.6329.2361.924.71
Hex66184004C253C1493e19
Octal14630100011445745117631
Binary11001101100010000000100110010010111110010100100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661840; }

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

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

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

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

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

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

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

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