#964244

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

Shades of Well Read #964244

Tints of Well Read #964244

Color information

#964244 (or 0x964244) is unknown color: approx Well Read. HEX triplet: 96, 42 and 44. RGB value is (150,66,68). Sum of RGB (Red+Green+Blue) = 150+66+68=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #964244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964244 is #69BDBB. Grayscale: #5B5B5B. Windows color (decimal): -6929852 or 4473494. OLE color: 4473494.

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

Color convert

RGB1506668-
CMYK00.560.550.41
HSL358.57º38.89%42.35%-
HSV(B)358.57º56%58.82%-
XYZ15.5710.86.73-
YUV91.34114.83169.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 68 (26.95% from 255) = 23.94%
R=52.82%
G=23.24%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150666800.560.550.41358.5738.8942.35
Hex9642440383729167272a
Octal22610210407067515474752
Binary10010110100001010001000111000110111101001101100111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964244; }

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

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

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

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

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

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

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

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