Shades of Golden Brown #9A7110
Tints of Golden Brown #9A7110
RGB
CMYK
RGB Variations
Color information
#9A7110 (or 0x9A7110) is known color: Golden Brown. HEX triplet: 9A, 71 and 10. RGB value is (154,113,16). Sum of RGB (Red+Green+Blue) = 154+113+16=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7110 is #658EEF. Grayscale: #727272. Windows color (decimal): -6655728 or 1077658. OLE color: 1077658.
HSL color Cylindrical-coordinate representation of color #9A7110: hue angle of 42.17º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A7110 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 113 | 16 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.40 |
| HSL | 42.17º | 0.81% | 0.33% | - |
| HSV(B) | 42.17º | 0.9% | 0.6% | - |
| XYZ | 19.33 | 18.72 | 3.08 | - |
| YUV | 114.2 | 72.58 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 16 | 0 | 0.27 | 0.90 | 0.40 | 42.17 | 0.81 | 0.33 |
| Hex | 9A | 71 | 10 | 0 | 1B | 5A | 28 | 2A | 51 | 21 |
| Octal | 232 | 161 | 20 | 0 | 33 | 132 | 50 | 52 | 121 | 41 |
| Binary | 10011010 | 1110001 | 10000 | 0 | 11011 | 1011010 | 101000 | 101010 | 1010001 | 100001 |
Color Harmonies of #9A7110
Complementary color
Monochromatic Colors of #9A7110
Black with #9A7110
Text Example
Text Example
White with #9A7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7110; }
p { color: rgb(154,113,16); }
H1.HeaderClassName
{
color: #9A7110;
}
.AnyTagClassName
{
color: #9A7110;
}
</style>
background-color css
<style>
a { background-color: #9A7110; }
a { background-color: rgb(154,113,16); }
div.DivClassName
{
background-color: #9A7110;
}
.BgClassName
{
background-color: #9A7110;
}
</style>
border-color css
<style>
span { border-color: #9A7110; }
span { border-color: rgb(154,113,16); }
td.TdClassName
{
border-color: #9A7110;
}
.TagClassName
{
border-color: #9A7110;
}
</style>