Shades of Golden Brown #986817
Tints of Golden Brown #986817
RGB
CMYK
RGB Variations
Color information
#986817 (or 0x986817) is known color: Golden Brown. HEX triplet: 98, 68 and 17. RGB value is (152,104,23). Sum of RGB (Red+Green+Blue) = 152+104+23=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #986817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986817 is #6797E8. Grayscale: #6D6D6D. Windows color (decimal): -6789097 or 1534104. OLE color: 1534104.
HSL color Cylindrical-coordinate representation of color #986817: hue angle of 37.67º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #986817 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 23 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.40 |
| HSL | 37.67º | 0.74% | 0.34% | - |
| HSV(B) | 37.67º | 0.85% | 0.6% | - |
| XYZ | 18.05 | 16.64 | 3.07 | - |
| YUV | 109.12 | 79.4 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 23 | 0 | 0.32 | 0.85 | 0.40 | 37.67 | 0.74 | 0.34 |
| Hex | 98 | 68 | 17 | 0 | 20 | 55 | 28 | 26 | 4A | 22 |
| Octal | 230 | 150 | 27 | 0 | 40 | 125 | 50 | 46 | 112 | 42 |
| Binary | 10011000 | 1101000 | 10111 | 0 | 100000 | 1010101 | 101000 | 100110 | 1001010 | 100010 |
Color Harmonies of #986817
Complementary color
Monochromatic Colors of #986817
Black with #986817
Text Example
Text Example
White with #986817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986817; }
p { color: rgb(152,104,23); }
H1.HeaderClassName
{
color: #986817;
}
.AnyTagClassName
{
color: #986817;
}
</style>
background-color css
<style>
a { background-color: #986817; }
a { background-color: rgb(152,104,23); }
div.DivClassName
{
background-color: #986817;
}
.BgClassName
{
background-color: #986817;
}
</style>
border-color css
<style>
span { border-color: #986817; }
span { border-color: rgb(152,104,23); }
td.TdClassName
{
border-color: #986817;
}
.TagClassName
{
border-color: #986817;
}
</style>