Shades of Saddle Brown #962D06
Tints of Saddle Brown #962D06
RGB
CMYK
RGB Variations
Color information
#962D06 (or 0x962D06) is known color: Saddle Brown. HEX triplet: 96, 2D and 06. RGB value is (150,45,6). Sum of RGB (Red+Green+Blue) = 150+45+6=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #962D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962D06 is #69D2F9. Grayscale: #484848. Windows color (decimal): -6935290 or 404886. OLE color: 404886.
HSL color Cylindrical-coordinate representation of color #962D06: hue angle of 16.25º 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 #962D06 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 6 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.41 |
| HSL | 16.25º | 0.92% | 0.31% | - |
| HSV(B) | 16.25º | 0.96% | 0.59% | - |
| XYZ | 13.55 | 8.37 | 1.07 | - |
| YUV | 71.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 6 | 0 | 0.70 | 0.96 | 0.41 | 16.25 | 0.92 | 0.31 |
| Hex | 96 | 2D | 6 | 0 | 46 | 60 | 29 | 10 | 5C | 1F |
| Octal | 226 | 55 | 6 | 0 | 106 | 140 | 51 | 20 | 134 | 37 |
| Binary | 10010110 | 101101 | 110 | 0 | 1000110 | 1100000 | 101001 | 10000 | 1011100 | 11111 |
Color Harmonies of #962D06
Complementary color
Monochromatic Colors of #962D06
Black with #962D06
Text Example
Text Example
White with #962D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D06; }
p { color: rgb(150,45,6); }
H1.HeaderClassName
{
color: #962D06;
}
.AnyTagClassName
{
color: #962D06;
}
</style>
background-color css
<style>
a { background-color: #962D06; }
a { background-color: rgb(150,45,6); }
div.DivClassName
{
background-color: #962D06;
}
.BgClassName
{
background-color: #962D06;
}
</style>
border-color css
<style>
span { border-color: #962D06; }
span { border-color: rgb(150,45,6); }
td.TdClassName
{
border-color: #962D06;
}
.TagClassName
{
border-color: #962D06;
}
</style>