Shades of Golden Brown #986C09
Tints of Golden Brown #986C09
RGB
CMYK
RGB Variations
Color information
#986C09 (or 0x986C09) is known color: Golden Brown. HEX triplet: 98, 6C and 09. RGB value is (152,108,9). Sum of RGB (Red+Green+Blue) = 152+108+9=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #986C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986C09 is #6793F6. Grayscale: #6E6E6E. Windows color (decimal): -6788087 or 617624. OLE color: 617624.
HSL color Cylindrical-coordinate representation of color #986C09: hue angle of 41.54º 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 #986C09 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 9 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.40 |
| HSL | 41.54º | 0.89% | 0.32% | - |
| HSV(B) | 41.54º | 0.94% | 0.6% | - |
| XYZ | 18.36 | 17.42 | 2.65 | - |
| YUV | 109.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 9 | 0 | 0.29 | 0.94 | 0.40 | 41.54 | 0.89 | 0.32 |
| Hex | 98 | 6C | 9 | 0 | 1D | 5E | 28 | 2A | 59 | 20 |
| Octal | 230 | 154 | 11 | 0 | 35 | 136 | 50 | 52 | 131 | 40 |
| Binary | 10011000 | 1101100 | 1001 | 0 | 11101 | 1011110 | 101000 | 101010 | 1011001 | 100000 |
Color Harmonies of #986C09
Complementary color
Monochromatic Colors of #986C09
Black with #986C09
Text Example
Text Example
White with #986C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C09; }
p { color: rgb(152,108,9); }
H1.HeaderClassName
{
color: #986C09;
}
.AnyTagClassName
{
color: #986C09;
}
</style>
background-color css
<style>
a { background-color: #986C09; }
a { background-color: rgb(152,108,9); }
div.DivClassName
{
background-color: #986C09;
}
.BgClassName
{
background-color: #986C09;
}
</style>
border-color css
<style>
span { border-color: #986C09; }
span { border-color: rgb(152,108,9); }
td.TdClassName
{
border-color: #986C09;
}
.TagClassName
{
border-color: #986C09;
}
</style>