Shades of Saddle Brown #963A06
Tints of Saddle Brown #963A06
RGB
CMYK
RGB Variations
Color information
#963A06 (or 0x963A06) is known color: Saddle Brown. HEX triplet: 96, 3A and 06. RGB value is (150,58,6). Sum of RGB (Red+Green+Blue) = 150+58+6=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #963A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963A06 is #69C5F9. Grayscale: #4F4F4F. Windows color (decimal): -6931962 or 408214. OLE color: 408214.
HSL color Cylindrical-coordinate representation of color #963A06: hue angle of 21.67º 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 #963A06 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 6 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.41 |
| HSL | 21.67º | 0.92% | 0.31% | - |
| HSV(B) | 21.67º | 0.96% | 0.59% | - |
| XYZ | 14.12 | 9.52 | 1.27 | - |
| YUV | 79.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 6 | 0 | 0.61 | 0.96 | 0.41 | 21.67 | 0.92 | 0.31 |
| Hex | 96 | 3A | 6 | 0 | 3D | 60 | 29 | 16 | 5C | 1F |
| Octal | 226 | 72 | 6 | 0 | 75 | 140 | 51 | 26 | 134 | 37 |
| Binary | 10010110 | 111010 | 110 | 0 | 111101 | 1100000 | 101001 | 10110 | 1011100 | 11111 |
Color Harmonies of #963A06
Complementary color
Monochromatic Colors of #963A06
Black with #963A06
Text Example
Text Example
White with #963A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A06; }
p { color: rgb(150,58,6); }
H1.HeaderClassName
{
color: #963A06;
}
.AnyTagClassName
{
color: #963A06;
}
</style>
background-color css
<style>
a { background-color: #963A06; }
a { background-color: rgb(150,58,6); }
div.DivClassName
{
background-color: #963A06;
}
.BgClassName
{
background-color: #963A06;
}
</style>
border-color css
<style>
span { border-color: #963A06; }
span { border-color: rgb(150,58,6); }
td.TdClassName
{
border-color: #963A06;
}
.TagClassName
{
border-color: #963A06;
}
</style>