Shades of Golden Brown #986C13
Tints of Golden Brown #986C13
RGB
CMYK
RGB Variations
Color information
#986C13 (or 0x986C13) is known color: Golden Brown. HEX triplet: 98, 6C and 13. RGB value is (152,108,19). Sum of RGB (Red+Green+Blue) = 152+108+19=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #986C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986C13 is #6793EC. Grayscale: #6F6F6F. Windows color (decimal): -6788077 or 1272984. OLE color: 1272984.
HSL color Cylindrical-coordinate representation of color #986C13: hue angle of 40.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #986C13 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 19 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.40 |
| HSL | 40.15º | 0.78% | 0.34% | - |
| HSV(B) | 40.15º | 0.88% | 0.6% | - |
| XYZ | 18.43 | 17.45 | 3.01 | - |
| YUV | 111.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 19 | 0 | 0.29 | 0.87 | 0.40 | 40.15 | 0.78 | 0.34 |
| Hex | 98 | 6C | 13 | 0 | 1D | 57 | 28 | 28 | 4E | 22 |
| Octal | 230 | 154 | 23 | 0 | 35 | 127 | 50 | 50 | 116 | 42 |
| Binary | 10011000 | 1101100 | 10011 | 0 | 11101 | 1010111 | 101000 | 101000 | 1001110 | 100010 |
Color Harmonies of #986C13
Complementary color
Monochromatic Colors of #986C13
Black with #986C13
Text Example
Text Example
White with #986C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C13; }
p { color: rgb(152,108,19); }
H1.HeaderClassName
{
color: #986C13;
}
.AnyTagClassName
{
color: #986C13;
}
</style>
background-color css
<style>
a { background-color: #986C13; }
a { background-color: rgb(152,108,19); }
div.DivClassName
{
background-color: #986C13;
}
.BgClassName
{
background-color: #986C13;
}
</style>
border-color css
<style>
span { border-color: #986C13; }
span { border-color: rgb(152,108,19); }
td.TdClassName
{
border-color: #986C13;
}
.TagClassName
{
border-color: #986C13;
}
</style>