Shades of Golden Brown #986100
Tints of Golden Brown #986100
RGB
CMYK
RGB Variations
Color information
#986100 (or 0x986100) is known color: Golden Brown. HEX triplet: 98, 61 and 00. RGB value is (152,97,0). Sum of RGB (Red+Green+Blue) = 152+97+0=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #986100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986100 is #679EFF. Grayscale: #666666. Windows color (decimal): -6790912 or 24984. OLE color: 24984.
HSL color Cylindrical-coordinate representation of color #986100: hue angle of 38.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #986100 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 97 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.40 |
| HSL | 38.29º | 1% | 0.3% | - |
| HSV(B) | 38.29º | 1% | 0.6% | - |
| XYZ | 17.22 | 15.22 | 2.03 | - |
| YUV | 102.39 | 70.22 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 0 | 0 | 0.36 | 1 | 0.40 | 38.29 | 1 | 0.3 |
| Hex | 98 | 61 | 0 | 0 | 24 | 64 | 28 | 26 | 64 | 1E |
| Octal | 230 | 141 | 0 | 0 | 44 | 144 | 50 | 46 | 144 | 36 |
| Binary | 10011000 | 1100001 | 0 | 0 | 100100 | 1100100 | 101000 | 100110 | 1100100 | 11110 |
Color Harmonies of #986100
Complementary color
Monochromatic Colors of #986100
Black with #986100
Text Example
Text Example
White with #986100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986100; }
p { color: rgb(152,97,0); }
H1.HeaderClassName
{
color: #986100;
}
.AnyTagClassName
{
color: #986100;
}
</style>
background-color css
<style>
a { background-color: #986100; }
a { background-color: rgb(152,97,0); }
div.DivClassName
{
background-color: #986100;
}
.BgClassName
{
background-color: #986100;
}
</style>
border-color css
<style>
span { border-color: #986100; }
span { border-color: rgb(152,97,0); }
td.TdClassName
{
border-color: #986100;
}
.TagClassName
{
border-color: #986100;
}
</style>