Shades of Saddle Brown #964016
Tints of Saddle Brown #964016
RGB
CMYK
RGB Variations
Color information
#964016 (or 0x964016) is known color: Saddle Brown. HEX triplet: 96, 40 and 16. RGB value is (150,64,22). Sum of RGB (Red+Green+Blue) = 150+64+22=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #964016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964016 is #69BFE9. Grayscale: #555555. Windows color (decimal): -6930410 or 1458326. OLE color: 1458326.
HSL color Cylindrical-coordinate representation of color #964016: hue angle of 19.69º 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 #964016 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 22 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.41 |
| HSL | 19.69º | 0.74% | 0.34% | - |
| HSV(B) | 19.69º | 0.85% | 0.59% | - |
| XYZ | 14.56 | 10.21 | 1.96 | - |
| YUV | 84.93 | 92.49 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 22 | 0 | 0.57 | 0.85 | 0.41 | 19.69 | 0.74 | 0.34 |
| Hex | 96 | 40 | 16 | 0 | 39 | 55 | 29 | 14 | 4A | 22 |
| Octal | 226 | 100 | 26 | 0 | 71 | 125 | 51 | 24 | 112 | 42 |
| Binary | 10010110 | 1000000 | 10110 | 0 | 111001 | 1010101 | 101001 | 10100 | 1001010 | 100010 |
Color Harmonies of #964016
Complementary color
Monochromatic Colors of #964016
Black with #964016
Text Example
Text Example
White with #964016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964016; }
p { color: rgb(150,64,22); }
H1.HeaderClassName
{
color: #964016;
}
.AnyTagClassName
{
color: #964016;
}
</style>
background-color css
<style>
a { background-color: #964016; }
a { background-color: rgb(150,64,22); }
div.DivClassName
{
background-color: #964016;
}
.BgClassName
{
background-color: #964016;
}
</style>
border-color css
<style>
span { border-color: #964016; }
span { border-color: rgb(150,64,22); }
td.TdClassName
{
border-color: #964016;
}
.TagClassName
{
border-color: #964016;
}
</style>