#964010

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

Shades of Saddle Brown #964010

Tints of Saddle Brown #964010

Color information

#964010 (or 0x964010) is unknown color: approx Saddle Brown. HEX triplet: 96, 40 and 10. RGB value is (150,64,16). Sum of RGB (Red+Green+Blue) = 150+64+16=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #964010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964010 is #69BFEF. Grayscale: #545454. Windows color (decimal): -6930416 or 1065110. OLE color: 1065110.

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

Color convert

RGB1506416-
CMYK00.570.890.41
HSL21.49º80.72%32.55%-
HSV(B)21.49º89.33%58.82%-
XYZ14.510.191.69-
YUV84.2489.49174.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.22%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 16 (6.64% from 255) = 6.96%
R=65.22%
G=27.83%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150641600.570.890.4121.4980.7232.55
Hex9640100395929155121
Octal22610020071131512512141
Binary1001011010000001000001110011011001101001101011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964010; }

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

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

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

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

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

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

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

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