Shades of Golden Brown #986711
Tints of Golden Brown #986711
RGB
CMYK
RGB Variations
Color information
#986711 (or 0x986711) is known color: Golden Brown. HEX triplet: 98, 67 and 11. RGB value is (152,103,17). Sum of RGB (Red+Green+Blue) = 152+103+17=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #986711 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986711 is #6798EE. Grayscale: #6C6C6C. Windows color (decimal): -6789359 or 1140632. OLE color: 1140632.
HSL color Cylindrical-coordinate representation of color #986711: hue angle of 38.22º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #986711 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 17 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.40 |
| HSL | 38.22º | 0.8% | 0.33% | - |
| HSV(B) | 38.22º | 0.89% | 0.6% | - |
| XYZ | 17.9 | 16.42 | 2.76 | - |
| YUV | 107.85 | 76.73 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 17 | 0 | 0.32 | 0.89 | 0.40 | 38.22 | 0.8 | 0.33 |
| Hex | 98 | 67 | 11 | 0 | 20 | 59 | 28 | 26 | 50 | 21 |
| Octal | 230 | 147 | 21 | 0 | 40 | 131 | 50 | 46 | 120 | 41 |
| Binary | 10011000 | 1100111 | 10001 | 0 | 100000 | 1011001 | 101000 | 100110 | 1010000 | 100001 |
Color Harmonies of #986711
Complementary color
Monochromatic Colors of #986711
Black with #986711
Text Example
Text Example
White with #986711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986711; }
p { color: rgb(152,103,17); }
H1.HeaderClassName
{
color: #986711;
}
.AnyTagClassName
{
color: #986711;
}
</style>
background-color css
<style>
a { background-color: #986711; }
a { background-color: rgb(152,103,17); }
div.DivClassName
{
background-color: #986711;
}
.BgClassName
{
background-color: #986711;
}
</style>
border-color css
<style>
span { border-color: #986711; }
span { border-color: rgb(152,103,17); }
td.TdClassName
{
border-color: #986711;
}
.TagClassName
{
border-color: #986711;
}
</style>