#661436

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

Shades of Pompadour #661436

Tints of Pompadour #661436

Color information

#661436 (or 0x661436) is unknown color: approx Pompadour. HEX triplet: 66, 14 and 36. RGB value is (102,20,54). Sum of RGB (Red+Green+Blue) = 102+20+54=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #661436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661436 is #99EBC9. Grayscale: #303030. Windows color (decimal): -10087370 or 3544166. OLE color: 3544166.

HSL color Cylindrical-coordinate representation of color #661436: hue angle of 335.12º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661436 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB1022054-
CMYK00.800.470.6
HSL335.12º67.21%23.92%-
HSV(B)335.12º80.39%40%-
XYZ6.43.593.85-
YUV48.39131.17166.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 20 (8.20% from 255) = 11.36%
BLUE value IS 54 (21.48% from 255) = 30.68%
R=57.95%
G=11.36%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102205400.800.470.6335.1267.2123.92
Hex6614360502F3C14f4318
Octal14624660120577451710330
Binary11001101010011011001010000101111111100101001111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661436; }

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

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

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

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

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

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

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

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