Shades of Golden Brown #986414
Tints of Golden Brown #986414
RGB
CMYK
RGB Variations
Color information
#986414 (or 0x986414) is known color: Golden Brown. HEX triplet: 98, 64 and 14. RGB value is (152,100,20). Sum of RGB (Red+Green+Blue) = 152+100+20=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #986414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986414 is #679BEB. Grayscale: #6A6A6A. Windows color (decimal): -6790124 or 1336472. OLE color: 1336472.
HSL color Cylindrical-coordinate representation of color #986414: hue angle of 36.36º 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 #986414 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 20 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.40 |
| HSL | 36.36º | 0.77% | 0.34% | - |
| HSV(B) | 36.36º | 0.87% | 0.6% | - |
| XYZ | 17.63 | 15.84 | 2.79 | - |
| YUV | 106.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 20 | 0 | 0.34 | 0.87 | 0.40 | 36.36 | 0.77 | 0.34 |
| Hex | 98 | 64 | 14 | 0 | 22 | 57 | 28 | 24 | 4D | 22 |
| Octal | 230 | 144 | 24 | 0 | 42 | 127 | 50 | 44 | 115 | 42 |
| Binary | 10011000 | 1100100 | 10100 | 0 | 100010 | 1010111 | 101000 | 100100 | 1001101 | 100010 |
Color Harmonies of #986414
Complementary color
Monochromatic Colors of #986414
Black with #986414
Text Example
Text Example
White with #986414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986414; }
p { color: rgb(152,100,20); }
H1.HeaderClassName
{
color: #986414;
}
.AnyTagClassName
{
color: #986414;
}
</style>
background-color css
<style>
a { background-color: #986414; }
a { background-color: rgb(152,100,20); }
div.DivClassName
{
background-color: #986414;
}
.BgClassName
{
background-color: #986414;
}
</style>
border-color css
<style>
span { border-color: #986414; }
span { border-color: rgb(152,100,20); }
td.TdClassName
{
border-color: #986414;
}
.TagClassName
{
border-color: #986414;
}
</style>