Shades of Golden Brown #9A6F08
Tints of Golden Brown #9A6F08
RGB
CMYK
RGB Variations
Color information
#9A6F08 (or 0x9A6F08) is known color: Golden Brown. HEX triplet: 9A, 6F and 08. RGB value is (154,111,8). Sum of RGB (Red+Green+Blue) = 154+111+8=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6F08 is #6590F7. Grayscale: #707070. Windows color (decimal): -6656248 or 552858. OLE color: 552858.
HSL color Cylindrical-coordinate representation of color #9A6F08: hue angle of 42.33º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A6F08 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 111 | 8 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.40 |
| HSL | 42.33º | 0.9% | 0.32% | - |
| HSV(B) | 42.33º | 0.95% | 0.6% | - |
| XYZ | 19.05 | 18.26 | 2.75 | - |
| YUV | 112.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 111 | 8 | 0 | 0.28 | 0.95 | 0.40 | 42.33 | 0.9 | 0.32 |
| Hex | 9A | 6F | 8 | 0 | 1C | 5F | 28 | 2A | 5A | 20 |
| Octal | 232 | 157 | 10 | 0 | 34 | 137 | 50 | 52 | 132 | 40 |
| Binary | 10011010 | 1101111 | 1000 | 0 | 11100 | 1011111 | 101000 | 101010 | 1011010 | 100000 |
Color Harmonies of #9A6F08
Complementary color
Monochromatic Colors of #9A6F08
Black with #9A6F08
Text Example
Text Example
White with #9A6F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6F08; }
p { color: rgb(154,111,8); }
H1.HeaderClassName
{
color: #9A6F08;
}
.AnyTagClassName
{
color: #9A6F08;
}
</style>
background-color css
<style>
a { background-color: #9A6F08; }
a { background-color: rgb(154,111,8); }
div.DivClassName
{
background-color: #9A6F08;
}
.BgClassName
{
background-color: #9A6F08;
}
</style>
border-color css
<style>
span { border-color: #9A6F08; }
span { border-color: rgb(154,111,8); }
td.TdClassName
{
border-color: #9A6F08;
}
.TagClassName
{
border-color: #9A6F08;
}
</style>