#964044

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

Shades of Well Read #964044

Tints of Well Read #964044

Color information

#964044 (or 0x964044) is unknown color: approx Well Read. HEX triplet: 96, 40 and 44. RGB value is (150,64,68). Sum of RGB (Red+Green+Blue) = 150+64+68=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #964044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964044 is #69BFBB. Grayscale: #5A5A5A. Windows color (decimal): -6930364 or 4472982. OLE color: 4472982.

HSL color Cylindrical-coordinate representation of color #964044: hue angle of 357.21º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964044 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB1506468-
CMYK00.570.550.41
HSL357.21º40.19%41.96%-
HSV(B)357.21º57.33%58.82%-
XYZ15.4510.576.69-
YUV90.17115.49170.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 68 (26.95% from 255) = 24.11%
R=53.19%
G=22.70%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150646800.570.550.41357.2140.1941.96
Hex9640440393729165282a
Octal22610010407167515455052
Binary10010110100000010001000111001110111101001101100101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964044; }

 p { color: rgb(150,64,68); }

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

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

 a { background-color: rgb(150,64,68); }

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

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

 span { border-color: rgb(150,64,68); }

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