#661536

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

Shades of Pompadour #661536

Tints of Pompadour #661536

Color information

#661536 (or 0x661536) is unknown color: approx Pompadour. HEX triplet: 66, 15 and 36. RGB value is (102,21,54). Sum of RGB (Red+Green+Blue) = 102+21+54=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #661536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661536 is #99EAC9. Grayscale: #303030. Windows color (decimal): -10087114 or 3544422. OLE color: 3544422.

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

Color convert

RGB1022154-
CMYK00.790.470.6
HSL335.56º65.85%24.12%-
HSV(B)335.56º79.41%40%-
XYZ6.413.633.85-
YUV48.98130.84165.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 21 (8.59% from 255) = 11.86%
BLUE value IS 54 (21.48% from 255) = 30.51%
R=57.63%
G=11.86%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102215400.790.470.6335.5665.8524.12
Hex66153604F2F3C1504218
Octal14625660117577452010230
Binary11001101010111011001001111101111111100101010000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661536; }

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

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

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

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

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

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

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

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