Shades of Golden Brown #986B09
Tints of Golden Brown #986B09
RGB
CMYK
RGB Variations
Color information
#986B09 (or 0x986B09) is known color: Golden Brown. HEX triplet: 98, 6B and 09. RGB value is (152,107,9). Sum of RGB (Red+Green+Blue) = 152+107+9=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #986B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986B09 is #6794F6. Grayscale: #6D6D6D. Windows color (decimal): -6788343 or 617368. OLE color: 617368.
HSL color Cylindrical-coordinate representation of color #986B09: hue angle of 41.12º 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 #986B09 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 107 | 9 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.40 |
| HSL | 41.12º | 0.89% | 0.32% | - |
| HSV(B) | 41.12º | 0.94% | 0.6% | - |
| XYZ | 18.26 | 17.21 | 2.62 | - |
| YUV | 109.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 9 | 0 | 0.30 | 0.94 | 0.40 | 41.12 | 0.89 | 0.32 |
| Hex | 98 | 6B | 9 | 0 | 1E | 5E | 28 | 29 | 59 | 20 |
| Octal | 230 | 153 | 11 | 0 | 36 | 136 | 50 | 51 | 131 | 40 |
| Binary | 10011000 | 1101011 | 1001 | 0 | 11110 | 1011110 | 101000 | 101001 | 1011001 | 100000 |
Color Harmonies of #986B09
Complementary color
Monochromatic Colors of #986B09
Black with #986B09
Text Example
Text Example
White with #986B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986B09; }
p { color: rgb(152,107,9); }
H1.HeaderClassName
{
color: #986B09;
}
.AnyTagClassName
{
color: #986B09;
}
</style>
background-color css
<style>
a { background-color: #986B09; }
a { background-color: rgb(152,107,9); }
div.DivClassName
{
background-color: #986B09;
}
.BgClassName
{
background-color: #986B09;
}
</style>
border-color css
<style>
span { border-color: #986B09; }
span { border-color: rgb(152,107,9); }
td.TdClassName
{
border-color: #986B09;
}
.TagClassName
{
border-color: #986B09;
}
</style>