#96510D

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

Shades of Saddle Brown #96510D

Tints of Saddle Brown #96510D

Color information

#96510D (or 0x96510D) is unknown color: approx Saddle Brown. HEX triplet: 96, 51 and 0D. RGB value is (150,81,13). Sum of RGB (Red+Green+Blue) = 150+81+13=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #96510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96510D is #69AEF2. Grayscale: #5E5E5E. Windows color (decimal): -6926067 or 872854. OLE color: 872854.

HSL color Cylindrical-coordinate representation of color #96510D: hue angle of 29.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96510D is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1508113-
CMYK00.460.910.41
HSL29.78º84.05%31.96%-
HSV(B)29.78º91.33%58.82%-
XYZ15.5912.41.95-
YUV93.8882.36168.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.48%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=61.48%
G=33.20%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150811300.460.910.4129.7884.0531.96
Hex9651D02E5B291e5420
Octal22612115056133513612440
Binary100101101010001110101011101011011101001111101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96510D; }

 p { color: rgb(150,81,13); }

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

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

 a { background-color: rgb(150,81,13); }

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

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

 span { border-color: rgb(150,81,13); }

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