Shades of Golden Brown #986D0F
Tints of Golden Brown #986D0F
RGB
CMYK
RGB Variations
Color information
#986D0F (or 0x986D0F) is known color: Golden Brown. HEX triplet: 98, 6D and 0F. RGB value is (152,109,15). Sum of RGB (Red+Green+Blue) = 152+109+15=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #986D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986D0F is #6792F0. Grayscale: #6F6F6F. Windows color (decimal): -6787825 or 1011096. OLE color: 1011096.
HSL color Cylindrical-coordinate representation of color #986D0F: hue angle of 41.17º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #986D0F is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 15 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.40 |
| HSL | 41.17º | 0.82% | 0.33% | - |
| HSV(B) | 41.17º | 0.9% | 0.6% | - |
| XYZ | 18.5 | 17.65 | 2.88 | - |
| YUV | 111.14 | 73.75 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 15 | 0 | 0.28 | 0.90 | 0.40 | 41.17 | 0.82 | 0.33 |
| Hex | 98 | 6D | F | 0 | 1C | 5A | 28 | 29 | 52 | 21 |
| Octal | 230 | 155 | 17 | 0 | 34 | 132 | 50 | 51 | 122 | 41 |
| Binary | 10011000 | 1101101 | 1111 | 0 | 11100 | 1011010 | 101000 | 101001 | 1010010 | 100001 |
Color Harmonies of #986D0F
Complementary color
Monochromatic Colors of #986D0F
Black with #986D0F
Text Example
Text Example
White with #986D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D0F; }
p { color: rgb(152,109,15); }
H1.HeaderClassName
{
color: #986D0F;
}
.AnyTagClassName
{
color: #986D0F;
}
</style>
background-color css
<style>
a { background-color: #986D0F; }
a { background-color: rgb(152,109,15); }
div.DivClassName
{
background-color: #986D0F;
}
.BgClassName
{
background-color: #986D0F;
}
</style>
border-color css
<style>
span { border-color: #986D0F; }
span { border-color: rgb(152,109,15); }
td.TdClassName
{
border-color: #986D0F;
}
.TagClassName
{
border-color: #986D0F;
}
</style>