Shades of Golden Brown #986714
Tints of Golden Brown #986714
RGB
CMYK
RGB Variations
Color information
#986714 (or 0x986714) is known color: Golden Brown. HEX triplet: 98, 67 and 14. RGB value is (152,103,20). Sum of RGB (Red+Green+Blue) = 152+103+20=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #986714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986714 is #6798EB. Grayscale: #6C6C6C. Windows color (decimal): -6789356 or 1337240. OLE color: 1337240.
HSL color Cylindrical-coordinate representation of color #986714: hue angle of 37.73º 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 #986714 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 20 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.40 |
| HSL | 37.73º | 0.77% | 0.34% | - |
| HSV(B) | 37.73º | 0.87% | 0.6% | - |
| XYZ | 17.93 | 16.43 | 2.89 | - |
| YUV | 108.19 | 78.23 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 20 | 0 | 0.32 | 0.87 | 0.40 | 37.73 | 0.77 | 0.34 |
| Hex | 98 | 67 | 14 | 0 | 20 | 57 | 28 | 26 | 4D | 22 |
| Octal | 230 | 147 | 24 | 0 | 40 | 127 | 50 | 46 | 115 | 42 |
| Binary | 10011000 | 1100111 | 10100 | 0 | 100000 | 1010111 | 101000 | 100110 | 1001101 | 100010 |
Color Harmonies of #986714
Complementary color
Monochromatic Colors of #986714
Black with #986714
Text Example
Text Example
White with #986714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986714; }
p { color: rgb(152,103,20); }
H1.HeaderClassName
{
color: #986714;
}
.AnyTagClassName
{
color: #986714;
}
</style>
background-color css
<style>
a { background-color: #986714; }
a { background-color: rgb(152,103,20); }
div.DivClassName
{
background-color: #986714;
}
.BgClassName
{
background-color: #986714;
}
</style>
border-color css
<style>
span { border-color: #986714; }
span { border-color: rgb(152,103,20); }
td.TdClassName
{
border-color: #986714;
}
.TagClassName
{
border-color: #986714;
}
</style>