#96510B

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

Shades of Saddle Brown #96510B

Tints of Saddle Brown #96510B

Color information

#96510B (or 0x96510B) is unknown color: approx Saddle Brown. HEX triplet: 96, 51 and 0B. RGB value is (150,81,11). Sum of RGB (Red+Green+Blue) = 150+81+11=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #96510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96510B is #69AEF4. Grayscale: #5D5D5D. Windows color (decimal): -6926069 or 741782. OLE color: 741782.

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

Color convert

RGB1508111-
CMYK00.460.930.41
HSL30.22º86.34%31.57%-
HSV(B)30.22º92.67%58.82%-
XYZ15.5812.391.89-
YUV93.6581.36168.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.98%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 11 (4.69% from 255) = 4.55%
R=61.98%
G=33.47%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150811100.460.930.4130.2286.3431.57
Hex9651B02E5D291e5620
Octal22612113056135513612640
Binary100101101010001101101011101011101101001111101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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