Shades of Golden Brown #986405
Tints of Golden Brown #986405
RGB
CMYK
RGB Variations
Color information
#986405 (or 0x986405) is known color: Golden Brown. HEX triplet: 98, 64 and 05. RGB value is (152,100,5). Sum of RGB (Red+Green+Blue) = 152+100+5=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #986405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986405 is #679BFA. Grayscale: #696969. Windows color (decimal): -6790139 or 353432. OLE color: 353432.
HSL color Cylindrical-coordinate representation of color #986405: hue angle of 38.78º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #986405 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 5 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.40 |
| HSL | 38.78º | 0.94% | 0.31% | - |
| HSV(B) | 38.78º | 0.97% | 0.6% | - |
| XYZ | 17.53 | 15.8 | 2.27 | - |
| YUV | 104.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 5 | 0 | 0.34 | 0.97 | 0.40 | 38.78 | 0.94 | 0.31 |
| Hex | 98 | 64 | 5 | 0 | 22 | 61 | 28 | 27 | 5E | 1F |
| Octal | 230 | 144 | 5 | 0 | 42 | 141 | 50 | 47 | 136 | 37 |
| Binary | 10011000 | 1100100 | 101 | 0 | 100010 | 1100001 | 101000 | 100111 | 1011110 | 11111 |
Color Harmonies of #986405
Complementary color
Monochromatic Colors of #986405
Black with #986405
Text Example
Text Example
White with #986405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986405; }
p { color: rgb(152,100,5); }
H1.HeaderClassName
{
color: #986405;
}
.AnyTagClassName
{
color: #986405;
}
</style>
background-color css
<style>
a { background-color: #986405; }
a { background-color: rgb(152,100,5); }
div.DivClassName
{
background-color: #986405;
}
.BgClassName
{
background-color: #986405;
}
</style>
border-color css
<style>
span { border-color: #986405; }
span { border-color: rgb(152,100,5); }
td.TdClassName
{
border-color: #986405;
}
.TagClassName
{
border-color: #986405;
}
</style>