Shades of Golden Brown #986F19
Tints of Golden Brown #986F19
RGB
CMYK
RGB Variations
Color information
#986F19 (or 0x986F19) is known color: Golden Brown. HEX triplet: 98, 6F and 19. RGB value is (152,111,25). Sum of RGB (Red+Green+Blue) = 152+111+25=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #986F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986F19 is #6790E6. Grayscale: #717171. Windows color (decimal): -6787303 or 1666968. OLE color: 1666968.
HSL color Cylindrical-coordinate representation of color #986F19: hue angle of 40.63º 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 #986F19 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 25 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.40 |
| HSL | 40.63º | 0.72% | 0.35% | - |
| HSV(B) | 40.63º | 0.84% | 0.6% | - |
| XYZ | 18.81 | 18.11 | 3.42 | - |
| YUV | 113.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 25 | 0 | 0.27 | 0.84 | 0.40 | 40.63 | 0.72 | 0.35 |
| Hex | 98 | 6F | 19 | 0 | 1B | 54 | 28 | 29 | 48 | 23 |
| Octal | 230 | 157 | 31 | 0 | 33 | 124 | 50 | 51 | 110 | 43 |
| Binary | 10011000 | 1101111 | 11001 | 0 | 11011 | 1010100 | 101000 | 101001 | 1001000 | 100011 |
Color Harmonies of #986F19
Complementary color
Monochromatic Colors of #986F19
Black with #986F19
Text Example
Text Example
White with #986F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F19; }
p { color: rgb(152,111,25); }
H1.HeaderClassName
{
color: #986F19;
}
.AnyTagClassName
{
color: #986F19;
}
</style>
background-color css
<style>
a { background-color: #986F19; }
a { background-color: rgb(152,111,25); }
div.DivClassName
{
background-color: #986F19;
}
.BgClassName
{
background-color: #986F19;
}
</style>
border-color css
<style>
span { border-color: #986F19; }
span { border-color: rgb(152,111,25); }
td.TdClassName
{
border-color: #986F19;
}
.TagClassName
{
border-color: #986F19;
}
</style>