Shades of Saddle Brown #964706
Tints of Saddle Brown #964706
RGB
CMYK
RGB Variations
Color information
#964706 (or 0x964706) is known color: Saddle Brown. HEX triplet: 96, 47 and 06. RGB value is (150,71,6). Sum of RGB (Red+Green+Blue) = 150+71+6=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #964706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964706 is #69B8F9. Grayscale: #575757. Windows color (decimal): -6928634 or 411542. OLE color: 411542.
HSL color Cylindrical-coordinate representation of color #964706: hue angle of 27.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #964706 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 71 | 6 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.41 |
| HSL | 27.08º | 0.92% | 0.31% | - |
| HSV(B) | 27.08º | 0.96% | 0.59% | - |
| XYZ | 14.86 | 11 | 1.51 | - |
| YUV | 87.21 | 82.17 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 6 | 0 | 0.53 | 0.96 | 0.41 | 27.08 | 0.92 | 0.31 |
| Hex | 96 | 47 | 6 | 0 | 35 | 60 | 29 | 1B | 5C | 1F |
| Octal | 226 | 107 | 6 | 0 | 65 | 140 | 51 | 33 | 134 | 37 |
| Binary | 10010110 | 1000111 | 110 | 0 | 110101 | 1100000 | 101001 | 11011 | 1011100 | 11111 |
Color Harmonies of #964706
Complementary color
Monochromatic Colors of #964706
Black with #964706
Text Example
Text Example
White with #964706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964706; }
p { color: rgb(150,71,6); }
H1.HeaderClassName
{
color: #964706;
}
.AnyTagClassName
{
color: #964706;
}
</style>
background-color css
<style>
a { background-color: #964706; }
a { background-color: rgb(150,71,6); }
div.DivClassName
{
background-color: #964706;
}
.BgClassName
{
background-color: #964706;
}
</style>
border-color css
<style>
span { border-color: #964706; }
span { border-color: rgb(150,71,6); }
td.TdClassName
{
border-color: #964706;
}
.TagClassName
{
border-color: #964706;
}
</style>