#963540

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

Shades of Well Read #963540

Tints of Well Read #963540

Color information

#963540 (or 0x963540) is unknown color: approx Well Read. HEX triplet: 96, 35 and 40. RGB value is (150,53,64). Sum of RGB (Red+Green+Blue) = 150+53+64=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #963540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963540 is #69CABF. Grayscale: #535353. Windows color (decimal): -6933184 or 4208022. OLE color: 4208022.

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

Color convert

RGB1505364-
CMYK00.650.570.41
HSL353.2º47.78%39.8%-
HSV(B)353.2º64.67%58.82%-
XYZ14.789.45.89-
YUV83.26117.14175.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=56.18%
G=19.85%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150536400.650.570.41353.247.7839.8
Hex96354004139291613028
Octal22665100010171515416050
Binary10010110110101100000001000001111001101001101100001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963540; }

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

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

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

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

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

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

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

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