Shades of Saddle Brown #963605
Tints of Saddle Brown #963605
RGB
CMYK
RGB Variations
Color information
#963605 (or 0x963605) is known color: Saddle Brown. HEX triplet: 96, 36 and 05. RGB value is (150,54,5). Sum of RGB (Red+Green+Blue) = 150+54+5=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #963605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963605 is #69C9FA. Grayscale: #4D4D4D. Windows color (decimal): -6932987 or 341654. OLE color: 341654.
HSL color Cylindrical-coordinate representation of color #963605: hue angle of 20.28º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #963605 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 54 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.41 |
| HSL | 20.28º | 0.94% | 0.3% | - |
| HSV(B) | 20.28º | 0.97% | 0.59% | - |
| XYZ | 13.92 | 9.13 | 1.17 | - |
| YUV | 77.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 5 | 0 | 0.64 | 0.97 | 0.41 | 20.28 | 0.94 | 0.3 |
| Hex | 96 | 36 | 5 | 0 | 40 | 61 | 29 | 14 | 5E | 1E |
| Octal | 226 | 66 | 5 | 0 | 100 | 141 | 51 | 24 | 136 | 36 |
| Binary | 10010110 | 110110 | 101 | 0 | 1000000 | 1100001 | 101001 | 10100 | 1011110 | 11110 |
Color Harmonies of #963605
Complementary color
Monochromatic Colors of #963605
Black with #963605
Text Example
Text Example
White with #963605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963605; }
p { color: rgb(150,54,5); }
H1.HeaderClassName
{
color: #963605;
}
.AnyTagClassName
{
color: #963605;
}
</style>
background-color css
<style>
a { background-color: #963605; }
a { background-color: rgb(150,54,5); }
div.DivClassName
{
background-color: #963605;
}
.BgClassName
{
background-color: #963605;
}
</style>
border-color css
<style>
span { border-color: #963605; }
span { border-color: rgb(150,54,5); }
td.TdClassName
{
border-color: #963605;
}
.TagClassName
{
border-color: #963605;
}
</style>