Shades of Golden Brown #986F09
Tints of Golden Brown #986F09
RGB
CMYK
RGB Variations
Color information
#986F09 (or 0x986F09) is known color: Golden Brown. HEX triplet: 98, 6F and 09. RGB value is (152,111,9). Sum of RGB (Red+Green+Blue) = 152+111+9=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #986F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986F09 is #6790F6. Grayscale: #707070. Windows color (decimal): -6787319 or 618392. OLE color: 618392.
HSL color Cylindrical-coordinate representation of color #986F09: hue angle of 42.8º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #986F09 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 9 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.40 |
| HSL | 42.8º | 0.89% | 0.32% | - |
| HSV(B) | 42.8º | 0.94% | 0.6% | - |
| XYZ | 18.68 | 18.06 | 2.76 | - |
| YUV | 111.63 | 70.08 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 9 | 0 | 0.27 | 0.94 | 0.40 | 42.8 | 0.89 | 0.32 |
| Hex | 98 | 6F | 9 | 0 | 1B | 5E | 28 | 2B | 59 | 20 |
| Octal | 230 | 157 | 11 | 0 | 33 | 136 | 50 | 53 | 131 | 40 |
| Binary | 10011000 | 1101111 | 1001 | 0 | 11011 | 1011110 | 101000 | 101011 | 1011001 | 100000 |
Color Harmonies of #986F09
Complementary color
Monochromatic Colors of #986F09
Black with #986F09
Text Example
Text Example
White with #986F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F09; }
p { color: rgb(152,111,9); }
H1.HeaderClassName
{
color: #986F09;
}
.AnyTagClassName
{
color: #986F09;
}
</style>
background-color css
<style>
a { background-color: #986F09; }
a { background-color: rgb(152,111,9); }
div.DivClassName
{
background-color: #986F09;
}
.BgClassName
{
background-color: #986F09;
}
</style>
border-color css
<style>
span { border-color: #986F09; }
span { border-color: rgb(152,111,9); }
td.TdClassName
{
border-color: #986F09;
}
.TagClassName
{
border-color: #986F09;
}
</style>