#601644

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

Shades of Pompadour #601644

Tints of Pompadour #601644

Color information

#601644 (or 0x601644) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 44. RGB value is (96,22,68). Sum of RGB (Red+Green+Blue) = 96+22+68=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #601644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601644 is #9FE9BB. Grayscale: #313131. Windows color (decimal): -10480060 or 4462176. OLE color: 4462176.

HSL color Cylindrical-coordinate representation of color #601644: hue angle of 322.7º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601644 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB962268-
CMYK00.770.290.62
HSL322.7º62.71%23.14%-
HSV(B)322.7º77.08%37.65%-
XYZ6.153.485.82-
YUV49.37138.52161.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=51.61%
G=11.83%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96226800.770.290.62322.762.7123.14
Hex60164404D1D3E1433f17
Octal14026104011535765037727
Binary1100000101101000100010011011110111111010100001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601644; }

 p { color: rgb(96,22,68); }

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

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

 a { background-color: rgb(96,22,68); }

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

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

 span { border-color: rgb(96,22,68); }

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