Shades of Golden Brown #986919
Tints of Golden Brown #986919
RGB
CMYK
RGB Variations
Color information
#986919 (or 0x986919) is known color: Golden Brown. HEX triplet: 98, 69 and 19. RGB value is (152,105,25). Sum of RGB (Red+Green+Blue) = 152+105+25=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #986919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986919 is #6796E6. Grayscale: #6E6E6E. Windows color (decimal): -6788839 or 1665432. OLE color: 1665432.
HSL color Cylindrical-coordinate representation of color #986919: hue angle of 37.8º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #986919 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 25 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.40 |
| HSL | 37.8º | 0.72% | 0.35% | - |
| HSV(B) | 37.8º | 0.84% | 0.6% | - |
| XYZ | 18.18 | 16.85 | 3.21 | - |
| YUV | 109.93 | 80.07 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 25 | 0 | 0.31 | 0.84 | 0.40 | 37.8 | 0.72 | 0.35 |
| Hex | 98 | 69 | 19 | 0 | 1F | 54 | 28 | 26 | 48 | 23 |
| Octal | 230 | 151 | 31 | 0 | 37 | 124 | 50 | 46 | 110 | 43 |
| Binary | 10011000 | 1101001 | 11001 | 0 | 11111 | 1010100 | 101000 | 100110 | 1001000 | 100011 |
Color Harmonies of #986919
Complementary color
Monochromatic Colors of #986919
Black with #986919
Text Example
Text Example
White with #986919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986919; }
p { color: rgb(152,105,25); }
H1.HeaderClassName
{
color: #986919;
}
.AnyTagClassName
{
color: #986919;
}
</style>
background-color css
<style>
a { background-color: #986919; }
a { background-color: rgb(152,105,25); }
div.DivClassName
{
background-color: #986919;
}
.BgClassName
{
background-color: #986919;
}
</style>
border-color css
<style>
span { border-color: #986919; }
span { border-color: rgb(152,105,25); }
td.TdClassName
{
border-color: #986919;
}
.TagClassName
{
border-color: #986919;
}
</style>