Shades of Golden Brown #9A6F00
Tints of Golden Brown #9A6F00
RGB
CMYK
RGB Variations
Color information
#9A6F00 (or 0x9A6F00) is known color: Golden Brown. HEX triplet: 9A, 6F and 00. RGB value is (154,111,0). Sum of RGB (Red+Green+Blue) = 154+111+0=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6F00 is #6590FF. Grayscale: #6F6F6F. Windows color (decimal): -6656256 or 28570. OLE color: 28570.
HSL color Cylindrical-coordinate representation of color #9A6F00: hue angle of 43.25º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A6F00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 111 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.40 |
| HSL | 43.25º | 1% | 0.3% | - |
| HSV(B) | 43.25º | 1% | 0.6% | - |
| XYZ | 19.01 | 18.24 | 2.52 | - |
| YUV | 111.2 | 65.25 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 111 | 0 | 0 | 0.28 | 1 | 0.40 | 43.25 | 1 | 0.3 |
| Hex | 9A | 6F | 0 | 0 | 1C | 64 | 28 | 2B | 64 | 1E |
| Octal | 232 | 157 | 0 | 0 | 34 | 144 | 50 | 53 | 144 | 36 |
| Binary | 10011010 | 1101111 | 0 | 0 | 11100 | 1100100 | 101000 | 101011 | 1100100 | 11110 |
Color Harmonies of #9A6F00
Complementary color
Monochromatic Colors of #9A6F00
Black with #9A6F00
Text Example
Text Example
White with #9A6F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6F00; }
p { color: rgb(154,111,0); }
H1.HeaderClassName
{
color: #9A6F00;
}
.AnyTagClassName
{
color: #9A6F00;
}
</style>
background-color css
<style>
a { background-color: #9A6F00; }
a { background-color: rgb(154,111,0); }
div.DivClassName
{
background-color: #9A6F00;
}
.BgClassName
{
background-color: #9A6F00;
}
</style>
border-color css
<style>
span { border-color: #9A6F00; }
span { border-color: rgb(154,111,0); }
td.TdClassName
{
border-color: #9A6F00;
}
.TagClassName
{
border-color: #9A6F00;
}
</style>