Shades of Saddle Brown #963D06
Tints of Saddle Brown #963D06
RGB
CMYK
RGB Variations
Color information
#963D06 (or 0x963D06) is known color: Saddle Brown. HEX triplet: 96, 3D and 06. RGB value is (150,61,6). Sum of RGB (Red+Green+Blue) = 150+61+6=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #963D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963D06 is #69C2F9. Grayscale: #515151. Windows color (decimal): -6931194 or 408982. OLE color: 408982.
HSL color Cylindrical-coordinate representation of color #963D06: hue angle of 22.92º 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 #963D06 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 61 | 6 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.41 |
| HSL | 22.92º | 0.92% | 0.31% | - |
| HSV(B) | 22.92º | 0.96% | 0.59% | - |
| XYZ | 14.28 | 9.83 | 1.32 | - |
| YUV | 81.34 | 85.49 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 6 | 0 | 0.59 | 0.96 | 0.41 | 22.92 | 0.92 | 0.31 |
| Hex | 96 | 3D | 6 | 0 | 3B | 60 | 29 | 17 | 5C | 1F |
| Octal | 226 | 75 | 6 | 0 | 73 | 140 | 51 | 27 | 134 | 37 |
| Binary | 10010110 | 111101 | 110 | 0 | 111011 | 1100000 | 101001 | 10111 | 1011100 | 11111 |
Color Harmonies of #963D06
Complementary color
Monochromatic Colors of #963D06
Black with #963D06
Text Example
Text Example
White with #963D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963D06; }
p { color: rgb(150,61,6); }
H1.HeaderClassName
{
color: #963D06;
}
.AnyTagClassName
{
color: #963D06;
}
</style>
background-color css
<style>
a { background-color: #963D06; }
a { background-color: rgb(150,61,6); }
div.DivClassName
{
background-color: #963D06;
}
.BgClassName
{
background-color: #963D06;
}
</style>
border-color css
<style>
span { border-color: #963D06; }
span { border-color: rgb(150,61,6); }
td.TdClassName
{
border-color: #963D06;
}
.TagClassName
{
border-color: #963D06;
}
</style>