Shades of Saddle Brown #9B4006
Tints of Saddle Brown #9B4006
RGB
CMYK
RGB Variations
Color information
#9B4006 (or 0x9B4006) is known color: Saddle Brown. HEX triplet: 9B, 40 and 06. RGB value is (155,64,6). Sum of RGB (Red+Green+Blue) = 155+64+6=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4006 is #64BFF9. Grayscale: #545454. Windows color (decimal): -6602746 or 409755. OLE color: 409755.
HSL color Cylindrical-coordinate representation of color #9B4006: hue angle of 23.36º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B4006 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 64 | 6 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.39 |
| HSL | 23.36º | 0.93% | 0.32% | - |
| HSV(B) | 23.36º | 0.96% | 0.61% | - |
| XYZ | 15.38 | 10.65 | 1.42 | - |
| YUV | 84.6 | 83.65 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 64 | 6 | 0 | 0.59 | 0.96 | 0.39 | 23.36 | 0.93 | 0.32 |
| Hex | 9B | 40 | 6 | 0 | 3B | 60 | 27 | 17 | 5D | 20 |
| Octal | 233 | 100 | 6 | 0 | 73 | 140 | 47 | 27 | 135 | 40 |
| Binary | 10011011 | 1000000 | 110 | 0 | 111011 | 1100000 | 100111 | 10111 | 1011101 | 100000 |
Color Harmonies of #9B4006
Complementary color
Monochromatic Colors of #9B4006
Black with #9B4006
Text Example
Text Example
White with #9B4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4006; }
p { color: rgb(155,64,6); }
H1.HeaderClassName
{
color: #9B4006;
}
.AnyTagClassName
{
color: #9B4006;
}
</style>
background-color css
<style>
a { background-color: #9B4006; }
a { background-color: rgb(155,64,6); }
div.DivClassName
{
background-color: #9B4006;
}
.BgClassName
{
background-color: #9B4006;
}
</style>
border-color css
<style>
span { border-color: #9B4006; }
span { border-color: rgb(155,64,6); }
td.TdClassName
{
border-color: #9B4006;
}
.TagClassName
{
border-color: #9B4006;
}
</style>