Shades of Golden Brown #986814
Tints of Golden Brown #986814
RGB
CMYK
RGB Variations
Color information
#986814 (or 0x986814) is known color: Golden Brown. HEX triplet: 98, 68 and 14. RGB value is (152,104,20). Sum of RGB (Red+Green+Blue) = 152+104+20=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #986814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986814 is #6797EB. Grayscale: #6D6D6D. Windows color (decimal): -6789100 or 1337496. OLE color: 1337496.
HSL color Cylindrical-coordinate representation of color #986814: hue angle of 38.18º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #986814 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 20 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.40 |
| HSL | 38.18º | 0.77% | 0.34% | - |
| HSV(B) | 38.18º | 0.87% | 0.6% | - |
| XYZ | 18.03 | 16.63 | 2.92 | - |
| YUV | 108.78 | 77.9 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 20 | 0 | 0.32 | 0.87 | 0.40 | 38.18 | 0.77 | 0.34 |
| Hex | 98 | 68 | 14 | 0 | 20 | 57 | 28 | 26 | 4D | 22 |
| Octal | 230 | 150 | 24 | 0 | 40 | 127 | 50 | 46 | 115 | 42 |
| Binary | 10011000 | 1101000 | 10100 | 0 | 100000 | 1010111 | 101000 | 100110 | 1001101 | 100010 |
Color Harmonies of #986814
Complementary color
Monochromatic Colors of #986814
Black with #986814
Text Example
Text Example
White with #986814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986814; }
p { color: rgb(152,104,20); }
H1.HeaderClassName
{
color: #986814;
}
.AnyTagClassName
{
color: #986814;
}
</style>
background-color css
<style>
a { background-color: #986814; }
a { background-color: rgb(152,104,20); }
div.DivClassName
{
background-color: #986814;
}
.BgClassName
{
background-color: #986814;
}
</style>
border-color css
<style>
span { border-color: #986814; }
span { border-color: rgb(152,104,20); }
td.TdClassName
{
border-color: #986814;
}
.TagClassName
{
border-color: #986814;
}
</style>