Shades of Golden Brown #986816
Tints of Golden Brown #986816
RGB
CMYK
RGB Variations
Color information
#986816 (or 0x986816) is known color: Golden Brown. HEX triplet: 98, 68 and 16. RGB value is (152,104,22). Sum of RGB (Red+Green+Blue) = 152+104+22=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #986816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986816 is #6797E9. Grayscale: #6D6D6D. Windows color (decimal): -6789098 or 1468568. OLE color: 1468568.
HSL color Cylindrical-coordinate representation of color #986816: hue angle of 37.85º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #986816 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 22 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.40 |
| HSL | 37.85º | 0.75% | 0.34% | - |
| HSV(B) | 37.85º | 0.86% | 0.6% | - |
| XYZ | 18.04 | 16.63 | 3.02 | - |
| YUV | 109 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 22 | 0 | 0.32 | 0.86 | 0.40 | 37.85 | 0.75 | 0.34 |
| Hex | 98 | 68 | 16 | 0 | 20 | 56 | 28 | 26 | 4B | 22 |
| Octal | 230 | 150 | 26 | 0 | 40 | 126 | 50 | 46 | 113 | 42 |
| Binary | 10011000 | 1101000 | 10110 | 0 | 100000 | 1010110 | 101000 | 100110 | 1001011 | 100010 |
Color Harmonies of #986816
Complementary color
Monochromatic Colors of #986816
Black with #986816
Text Example
Text Example
White with #986816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986816; }
p { color: rgb(152,104,22); }
H1.HeaderClassName
{
color: #986816;
}
.AnyTagClassName
{
color: #986816;
}
</style>
background-color css
<style>
a { background-color: #986816; }
a { background-color: rgb(152,104,22); }
div.DivClassName
{
background-color: #986816;
}
.BgClassName
{
background-color: #986816;
}
</style>
border-color css
<style>
span { border-color: #986816; }
span { border-color: rgb(152,104,22); }
td.TdClassName
{
border-color: #986816;
}
.TagClassName
{
border-color: #986816;
}
</style>