Shades of Saddle Brown #9A4706
Tints of Saddle Brown #9A4706
RGB
CMYK
RGB Variations
Color information
#9A4706 (or 0x9A4706) is known color: Saddle Brown. HEX triplet: 9A, 47 and 06. RGB value is (154,71,6). Sum of RGB (Red+Green+Blue) = 154+71+6=231 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.67% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4706 is #65B8F9. Grayscale: #585858. Windows color (decimal): -6666490 or 411546. OLE color: 411546.
HSL color Cylindrical-coordinate representation of color #9A4706: hue angle of 26.35º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A4706 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 71 | 6 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.40 |
| HSL | 26.35º | 0.93% | 0.31% | - |
| HSV(B) | 26.35º | 0.96% | 0.6% | - |
| XYZ | 15.61 | 11.39 | 1.55 | - |
| YUV | 88.41 | 81.5 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 71 | 6 | 0 | 0.54 | 0.96 | 0.40 | 26.35 | 0.93 | 0.31 |
| Hex | 9A | 47 | 6 | 0 | 36 | 60 | 28 | 1A | 5C | 1F |
| Octal | 232 | 107 | 6 | 0 | 66 | 140 | 50 | 32 | 134 | 37 |
| Binary | 10011010 | 1000111 | 110 | 0 | 110110 | 1100000 | 101000 | 11010 | 1011100 | 11111 |
Color Harmonies of #9A4706
Complementary color
Monochromatic Colors of #9A4706
Black with #9A4706
Text Example
Text Example
White with #9A4706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4706; }
p { color: rgb(154,71,6); }
H1.HeaderClassName
{
color: #9A4706;
}
.AnyTagClassName
{
color: #9A4706;
}
</style>
background-color css
<style>
a { background-color: #9A4706; }
a { background-color: rgb(154,71,6); }
div.DivClassName
{
background-color: #9A4706;
}
.BgClassName
{
background-color: #9A4706;
}
</style>
border-color css
<style>
span { border-color: #9A4706; }
span { border-color: rgb(154,71,6); }
td.TdClassName
{
border-color: #9A4706;
}
.TagClassName
{
border-color: #9A4706;
}
</style>