Shades of Golden Brown #986918
Tints of Golden Brown #986918
RGB
CMYK
RGB Variations
Color information
#986918 (or 0x986918) is known color: Golden Brown. HEX triplet: 98, 69 and 18. RGB value is (152,105,24). Sum of RGB (Red+Green+Blue) = 152+105+24=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #986918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986918 is #6796E7. Grayscale: #6E6E6E. Windows color (decimal): -6788840 or 1599896. OLE color: 1599896.
HSL color Cylindrical-coordinate representation of color #986918: hue angle of 37.97º degrees, saturation: 0.73, 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 #986918 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 24 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.40 |
| HSL | 37.97º | 0.73% | 0.35% | - |
| HSV(B) | 37.97º | 0.84% | 0.6% | - |
| XYZ | 18.17 | 16.84 | 3.16 | - |
| YUV | 109.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 24 | 0 | 0.31 | 0.84 | 0.40 | 37.97 | 0.73 | 0.35 |
| Hex | 98 | 69 | 18 | 0 | 1F | 54 | 28 | 26 | 49 | 23 |
| Octal | 230 | 151 | 30 | 0 | 37 | 124 | 50 | 46 | 111 | 43 |
| Binary | 10011000 | 1101001 | 11000 | 0 | 11111 | 1010100 | 101000 | 100110 | 1001001 | 100011 |
Color Harmonies of #986918
Complementary color
Monochromatic Colors of #986918
Black with #986918
Text Example
Text Example
White with #986918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986918; }
p { color: rgb(152,105,24); }
H1.HeaderClassName
{
color: #986918;
}
.AnyTagClassName
{
color: #986918;
}
</style>
background-color css
<style>
a { background-color: #986918; }
a { background-color: rgb(152,105,24); }
div.DivClassName
{
background-color: #986918;
}
.BgClassName
{
background-color: #986918;
}
</style>
border-color css
<style>
span { border-color: #986918; }
span { border-color: rgb(152,105,24); }
td.TdClassName
{
border-color: #986918;
}
.TagClassName
{
border-color: #986918;
}
</style>