Shades of Golden Brown #986319
Tints of Golden Brown #986319
RGB
CMYK
RGB Variations
Color information
#986319 (or 0x986319) is known color: Golden Brown. HEX triplet: 98, 63 and 19. RGB value is (152,99,25). Sum of RGB (Red+Green+Blue) = 152+99+25=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #986319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986319 is #679CE6. Grayscale: #6A6A6A. Windows color (decimal): -6790375 or 1663896. OLE color: 1663896.
HSL color Cylindrical-coordinate representation of color #986319: hue angle of 34.96º 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 #986319 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 25 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.40 |
| HSL | 34.96º | 0.72% | 0.35% | - |
| HSV(B) | 34.96º | 0.84% | 0.6% | - |
| XYZ | 17.59 | 15.67 | 3.02 | - |
| YUV | 106.41 | 82.06 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 25 | 0 | 0.35 | 0.84 | 0.40 | 34.96 | 0.72 | 0.35 |
| Hex | 98 | 63 | 19 | 0 | 23 | 54 | 28 | 23 | 48 | 23 |
| Octal | 230 | 143 | 31 | 0 | 43 | 124 | 50 | 43 | 110 | 43 |
| Binary | 10011000 | 1100011 | 11001 | 0 | 100011 | 1010100 | 101000 | 100011 | 1001000 | 100011 |
Color Harmonies of #986319
Complementary color
Monochromatic Colors of #986319
Black with #986319
Text Example
Text Example
White with #986319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986319; }
p { color: rgb(152,99,25); }
H1.HeaderClassName
{
color: #986319;
}
.AnyTagClassName
{
color: #986319;
}
</style>
background-color css
<style>
a { background-color: #986319; }
a { background-color: rgb(152,99,25); }
div.DivClassName
{
background-color: #986319;
}
.BgClassName
{
background-color: #986319;
}
</style>
border-color css
<style>
span { border-color: #986319; }
span { border-color: rgb(152,99,25); }
td.TdClassName
{
border-color: #986319;
}
.TagClassName
{
border-color: #986319;
}
</style>