Shades of Golden Brown #986D0D
Tints of Golden Brown #986D0D
RGB
CMYK
RGB Variations
Color information
#986D0D (or 0x986D0D) is known color: Golden Brown. HEX triplet: 98, 6D and 0D. RGB value is (152,109,13). Sum of RGB (Red+Green+Blue) = 152+109+13=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #986D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986D0D is #6792F2. Grayscale: #6F6F6F. Windows color (decimal): -6787827 or 880024. OLE color: 880024.
HSL color Cylindrical-coordinate representation of color #986D0D: hue angle of 41.44º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #986D0D is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 13 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.40 |
| HSL | 41.44º | 0.84% | 0.32% | - |
| HSV(B) | 41.44º | 0.91% | 0.6% | - |
| XYZ | 18.49 | 17.64 | 2.81 | - |
| YUV | 110.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 13 | 0 | 0.28 | 0.91 | 0.40 | 41.44 | 0.84 | 0.32 |
| Hex | 98 | 6D | D | 0 | 1C | 5B | 28 | 29 | 54 | 20 |
| Octal | 230 | 155 | 15 | 0 | 34 | 133 | 50 | 51 | 124 | 40 |
| Binary | 10011000 | 1101101 | 1101 | 0 | 11100 | 1011011 | 101000 | 101001 | 1010100 | 100000 |
Color Harmonies of #986D0D
Complementary color
Monochromatic Colors of #986D0D
Black with #986D0D
Text Example
Text Example
White with #986D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D0D; }
p { color: rgb(152,109,13); }
H1.HeaderClassName
{
color: #986D0D;
}
.AnyTagClassName
{
color: #986D0D;
}
</style>
background-color css
<style>
a { background-color: #986D0D; }
a { background-color: rgb(152,109,13); }
div.DivClassName
{
background-color: #986D0D;
}
.BgClassName
{
background-color: #986D0D;
}
</style>
border-color css
<style>
span { border-color: #986D0D; }
span { border-color: rgb(152,109,13); }
td.TdClassName
{
border-color: #986D0D;
}
.TagClassName
{
border-color: #986D0D;
}
</style>