Shades of Saddle Brown #953C06
Tints of Saddle Brown #953C06
RGB
CMYK
RGB Variations
Color information
#953C06 (or 0x953C06) is known color: Saddle Brown. HEX triplet: 95, 3C and 06. RGB value is (149,60,6). Sum of RGB (Red+Green+Blue) = 149+60+6=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #953C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C06 is #6AC3F9. Grayscale: #505050. Windows color (decimal): -6996986 or 408725. OLE color: 408725.
HSL color Cylindrical-coordinate representation of color #953C06: hue angle of 22.66º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #953C06 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 6 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.42 |
| HSL | 22.66º | 0.92% | 0.3% | - |
| HSV(B) | 22.66º | 0.96% | 0.58% | - |
| XYZ | 14.04 | 9.63 | 1.29 | - |
| YUV | 80.46 | 85.99 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 6 | 0 | 0.60 | 0.96 | 0.42 | 22.66 | 0.92 | 0.3 |
| Hex | 95 | 3C | 6 | 0 | 3C | 60 | 2A | 17 | 5C | 1E |
| Octal | 225 | 74 | 6 | 0 | 74 | 140 | 52 | 27 | 134 | 36 |
| Binary | 10010101 | 111100 | 110 | 0 | 111100 | 1100000 | 101010 | 10111 | 1011100 | 11110 |
Color Harmonies of #953C06
Complementary color
Monochromatic Colors of #953C06
Black with #953C06
Text Example
Text Example
White with #953C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C06; }
p { color: rgb(149,60,6); }
H1.HeaderClassName
{
color: #953C06;
}
.AnyTagClassName
{
color: #953C06;
}
</style>
background-color css
<style>
a { background-color: #953C06; }
a { background-color: rgb(149,60,6); }
div.DivClassName
{
background-color: #953C06;
}
.BgClassName
{
background-color: #953C06;
}
</style>
border-color css
<style>
span { border-color: #953C06; }
span { border-color: rgb(149,60,6); }
td.TdClassName
{
border-color: #953C06;
}
.TagClassName
{
border-color: #953C06;
}
</style>