Shades of Saddle Brown #9F3C06
Tints of Saddle Brown #9F3C06
RGB
CMYK
RGB Variations
Color information
#9F3C06 (or 0x9F3C06) is known color: Saddle Brown. HEX triplet: 9F, 3C and 06. RGB value is (159,60,6). Sum of RGB (Red+Green+Blue) = 159+60+6=225 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.67% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3C06 is #60C3F9. Grayscale: #535353. Windows color (decimal): -6341626 or 408735. OLE color: 408735.
HSL color Cylindrical-coordinate representation of color #9F3C06: hue angle of 21.18º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F3C06 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 60 | 6 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.38 |
| HSL | 21.18º | 0.93% | 0.32% | - |
| HSV(B) | 21.18º | 0.96% | 0.62% | - |
| XYZ | 15.95 | 10.62 | 1.38 | - |
| YUV | 83.45 | 84.3 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 6 | 0 | 0.62 | 0.96 | 0.38 | 21.18 | 0.93 | 0.32 |
| Hex | 9F | 3C | 6 | 0 | 3E | 60 | 26 | 15 | 5D | 20 |
| Octal | 237 | 74 | 6 | 0 | 76 | 140 | 46 | 25 | 135 | 40 |
| Binary | 10011111 | 111100 | 110 | 0 | 111110 | 1100000 | 100110 | 10101 | 1011101 | 100000 |
Color Harmonies of #9F3C06
Complementary color
Monochromatic Colors of #9F3C06
Black with #9F3C06
Text Example
Text Example
White with #9F3C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3C06; }
p { color: rgb(159,60,6); }
H1.HeaderClassName
{
color: #9F3C06;
}
.AnyTagClassName
{
color: #9F3C06;
}
</style>
background-color css
<style>
a { background-color: #9F3C06; }
a { background-color: rgb(159,60,6); }
div.DivClassName
{
background-color: #9F3C06;
}
.BgClassName
{
background-color: #9F3C06;
}
</style>
border-color css
<style>
span { border-color: #9F3C06; }
span { border-color: rgb(159,60,6); }
td.TdClassName
{
border-color: #9F3C06;
}
.TagClassName
{
border-color: #9F3C06;
}
</style>