#964916

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

Shades of Saddle Brown #964916

Tints of Saddle Brown #964916

Color information

#964916 (or 0x964916) is unknown color: approx Saddle Brown. HEX triplet: 96, 49 and 16. RGB value is (150,73,22). Sum of RGB (Red+Green+Blue) = 150+73+22=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #964916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964916 is #69B6E9. Grayscale: #5A5A5A. Windows color (decimal): -6928106 or 1460630. OLE color: 1460630.

HSL color Cylindrical-coordinate representation of color #964916: hue angle of 23.91º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #964916 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB1507322-
CMYK00.510.850.41
HSL23.91º74.42%33.73%-
HSV(B)23.91º85.33%58.82%-
XYZ15.1111.312.15-
YUV90.2189.51170.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.22%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=61.22%
G=29.80%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150732200.510.850.4123.9174.4233.73
Hex9649160335529184a22
Octal22611126063125513011242
Binary1001011010010011011001100111010101101001110001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964916; }

 p { color: rgb(150,73,22); }

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

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

 a { background-color: rgb(150,73,22); }

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

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

 span { border-color: rgb(150,73,22); }

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