#661737

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

Shades of Pompadour #661737

Tints of Pompadour #661737

Color information

#661737 (or 0x661737) is unknown color: approx Pompadour. HEX triplet: 66, 17 and 37. RGB value is (102,23,55). Sum of RGB (Red+Green+Blue) = 102+23+55=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #661737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661737 is #99E8C8. Grayscale: #323232. Windows color (decimal): -10086601 or 3610470. OLE color: 3610470.

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

Color convert

RGB1022355-
CMYK00.770.460.6
HSL335.7º63.2%24.51%-
HSV(B)335.7º77.45%40%-
XYZ6.483.713.99-
YUV50.27130.67164.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.67%
GREEN value IS 23 (9.38% from 255) = 12.78%
BLUE value IS 55 (21.88% from 255) = 30.56%
R=56.67%
G=12.78%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102235500.770.460.6335.763.224.51
Hex66173704D2E3C1503f19
Octal1462767011556745207731
Binary1100110101111101110100110110111011110010101000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661737; }

 p { color: rgb(102,23,55); }

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

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

 a { background-color: rgb(102,23,55); }

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

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

 span { border-color: rgb(102,23,55); }

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