Shades of Golden Brown #9A7506
Tints of Golden Brown #9A7506
RGB
CMYK
RGB Variations
Color information
#9A7506 (or 0x9A7506) is known color: Golden Brown. HEX triplet: 9A, 75 and 06. RGB value is (154,117,6). Sum of RGB (Red+Green+Blue) = 154+117+6=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7506 is #658AF9. Grayscale: #737373. Windows color (decimal): -6654714 or 423322. OLE color: 423322.
HSL color Cylindrical-coordinate representation of color #9A7506: hue angle of 45º 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 #9A7506 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 117 | 6 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.40 |
| HSL | 45º | 0.93% | 0.31% | - |
| HSV(B) | 45º | 0.96% | 0.6% | - |
| XYZ | 19.72 | 19.61 | 2.92 | - |
| YUV | 115.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 117 | 6 | 0 | 0.24 | 0.96 | 0.40 | 45 | 0.93 | 0.31 |
| Hex | 9A | 75 | 6 | 0 | 18 | 60 | 28 | 2D | 5C | 1F |
| Octal | 232 | 165 | 6 | 0 | 30 | 140 | 50 | 55 | 134 | 37 |
| Binary | 10011010 | 1110101 | 110 | 0 | 11000 | 1100000 | 101000 | 101101 | 1011100 | 11111 |
Color Harmonies of #9A7506
Complementary color
Monochromatic Colors of #9A7506
Black with #9A7506
Text Example
Text Example
White with #9A7506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7506; }
p { color: rgb(154,117,6); }
H1.HeaderClassName
{
color: #9A7506;
}
.AnyTagClassName
{
color: #9A7506;
}
</style>
background-color css
<style>
a { background-color: #9A7506; }
a { background-color: rgb(154,117,6); }
div.DivClassName
{
background-color: #9A7506;
}
.BgClassName
{
background-color: #9A7506;
}
</style>
border-color css
<style>
span { border-color: #9A7506; }
span { border-color: rgb(154,117,6); }
td.TdClassName
{
border-color: #9A7506;
}
.TagClassName
{
border-color: #9A7506;
}
</style>