Shades of Golden Brown #986314
Tints of Golden Brown #986314
RGB
CMYK
RGB Variations
Color information
#986314 (or 0x986314) is known color: Golden Brown. HEX triplet: 98, 63 and 14. RGB value is (152,99,20). Sum of RGB (Red+Green+Blue) = 152+99+20=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #986314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986314 is #679CEB. Grayscale: #6A6A6A. Windows color (decimal): -6790380 or 1336216. OLE color: 1336216.
HSL color Cylindrical-coordinate representation of color #986314: hue angle of 35.91º 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 #986314 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 20 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.40 |
| HSL | 35.91º | 0.77% | 0.34% | - |
| HSV(B) | 35.91º | 0.87% | 0.6% | - |
| XYZ | 17.54 | 15.65 | 2.76 | - |
| YUV | 105.84 | 79.56 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 20 | 0 | 0.35 | 0.87 | 0.40 | 35.91 | 0.77 | 0.34 |
| Hex | 98 | 63 | 14 | 0 | 23 | 57 | 28 | 24 | 4D | 22 |
| Octal | 230 | 143 | 24 | 0 | 43 | 127 | 50 | 44 | 115 | 42 |
| Binary | 10011000 | 1100011 | 10100 | 0 | 100011 | 1010111 | 101000 | 100100 | 1001101 | 100010 |
Color Harmonies of #986314
Complementary color
Monochromatic Colors of #986314
Black with #986314
Text Example
Text Example
White with #986314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986314; }
p { color: rgb(152,99,20); }
H1.HeaderClassName
{
color: #986314;
}
.AnyTagClassName
{
color: #986314;
}
</style>
background-color css
<style>
a { background-color: #986314; }
a { background-color: rgb(152,99,20); }
div.DivClassName
{
background-color: #986314;
}
.BgClassName
{
background-color: #986314;
}
</style>
border-color css
<style>
span { border-color: #986314; }
span { border-color: rgb(152,99,20); }
td.TdClassName
{
border-color: #986314;
}
.TagClassName
{
border-color: #986314;
}
</style>