Shades of Saddle Brown #9A4206
Tints of Saddle Brown #9A4206
RGB
CMYK
RGB Variations
Color information
#9A4206 (or 0x9A4206) is known color: Saddle Brown. HEX triplet: 9A, 42 and 06. RGB value is (154,66,6). Sum of RGB (Red+Green+Blue) = 154+66+6=226 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.14% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4206 is #65BDF9. Grayscale: #555555. Windows color (decimal): -6667770 or 410266. OLE color: 410266.
HSL color Cylindrical-coordinate representation of color #9A4206: hue angle of 24.32º 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 #9A4206 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 66 | 6 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.40 |
| HSL | 24.32º | 0.93% | 0.31% | - |
| HSV(B) | 24.32º | 0.96% | 0.6% | - |
| XYZ | 15.31 | 10.78 | 1.45 | - |
| YUV | 85.47 | 83.15 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 66 | 6 | 0 | 0.57 | 0.96 | 0.40 | 24.32 | 0.93 | 0.31 |
| Hex | 9A | 42 | 6 | 0 | 39 | 60 | 28 | 18 | 5C | 1F |
| Octal | 232 | 102 | 6 | 0 | 71 | 140 | 50 | 30 | 134 | 37 |
| Binary | 10011010 | 1000010 | 110 | 0 | 111001 | 1100000 | 101000 | 11000 | 1011100 | 11111 |
Color Harmonies of #9A4206
Complementary color
Monochromatic Colors of #9A4206
Black with #9A4206
Text Example
Text Example
White with #9A4206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4206; }
p { color: rgb(154,66,6); }
H1.HeaderClassName
{
color: #9A4206;
}
.AnyTagClassName
{
color: #9A4206;
}
</style>
background-color css
<style>
a { background-color: #9A4206; }
a { background-color: rgb(154,66,6); }
div.DivClassName
{
background-color: #9A4206;
}
.BgClassName
{
background-color: #9A4206;
}
</style>
border-color css
<style>
span { border-color: #9A4206; }
span { border-color: rgb(154,66,6); }
td.TdClassName
{
border-color: #9A4206;
}
.TagClassName
{
border-color: #9A4206;
}
</style>