Shades of Golden Brown #986401
Tints of Golden Brown #986401
RGB
CMYK
RGB Variations
Color information
#986401 (or 0x986401) is known color: Golden Brown. HEX triplet: 98, 64 and 01. RGB value is (152,100,1). Sum of RGB (Red+Green+Blue) = 152+100+1=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #986401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986401 is #679BFE. Grayscale: #686868. Windows color (decimal): -6790143 or 91288. OLE color: 91288.
HSL color Cylindrical-coordinate representation of color #986401: hue angle of 39.34º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #986401 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.40 |
| HSL | 39.34º | 0.99% | 0.3% | - |
| HSV(B) | 39.34º | 0.99% | 0.6% | - |
| XYZ | 17.51 | 15.79 | 2.15 | - |
| YUV | 104.26 | 69.73 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 1 | 0 | 0.34 | 0.99 | 0.40 | 39.34 | 0.99 | 0.3 |
| Hex | 98 | 64 | 1 | 0 | 22 | 63 | 28 | 27 | 63 | 1E |
| Octal | 230 | 144 | 1 | 0 | 42 | 143 | 50 | 47 | 143 | 36 |
| Binary | 10011000 | 1100100 | 1 | 0 | 100010 | 1100011 | 101000 | 100111 | 1100011 | 11110 |
Color Harmonies of #986401
Complementary color
Monochromatic Colors of #986401
Black with #986401
Text Example
Text Example
White with #986401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986401; }
p { color: rgb(152,100,1); }
H1.HeaderClassName
{
color: #986401;
}
.AnyTagClassName
{
color: #986401;
}
</style>
background-color css
<style>
a { background-color: #986401; }
a { background-color: rgb(152,100,1); }
div.DivClassName
{
background-color: #986401;
}
.BgClassName
{
background-color: #986401;
}
</style>
border-color css
<style>
span { border-color: #986401; }
span { border-color: rgb(152,100,1); }
td.TdClassName
{
border-color: #986401;
}
.TagClassName
{
border-color: #986401;
}
</style>