Shades of Golden Brown #986505
Tints of Golden Brown #986505
RGB
CMYK
RGB Variations
Color information
#986505 (or 0x986505) is known color: Golden Brown. HEX triplet: 98, 65 and 05. RGB value is (152,101,5). Sum of RGB (Red+Green+Blue) = 152+101+5=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #986505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986505 is #679AFA. Grayscale: #696969. Windows color (decimal): -6789883 or 353688. OLE color: 353688.
HSL color Cylindrical-coordinate representation of color #986505: hue angle of 39.18º 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 #986505 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 5 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.40 |
| HSL | 39.18º | 0.94% | 0.31% | - |
| HSV(B) | 39.18º | 0.97% | 0.6% | - |
| XYZ | 17.63 | 15.99 | 2.3 | - |
| YUV | 105.31 | 71.4 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 5 | 0 | 0.34 | 0.97 | 0.40 | 39.18 | 0.94 | 0.31 |
| Hex | 98 | 65 | 5 | 0 | 22 | 61 | 28 | 27 | 5E | 1F |
| Octal | 230 | 145 | 5 | 0 | 42 | 141 | 50 | 47 | 136 | 37 |
| Binary | 10011000 | 1100101 | 101 | 0 | 100010 | 1100001 | 101000 | 100111 | 1011110 | 11111 |
Color Harmonies of #986505
Complementary color
Monochromatic Colors of #986505
Black with #986505
Text Example
Text Example
White with #986505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986505; }
p { color: rgb(152,101,5); }
H1.HeaderClassName
{
color: #986505;
}
.AnyTagClassName
{
color: #986505;
}
</style>
background-color css
<style>
a { background-color: #986505; }
a { background-color: rgb(152,101,5); }
div.DivClassName
{
background-color: #986505;
}
.BgClassName
{
background-color: #986505;
}
</style>
border-color css
<style>
span { border-color: #986505; }
span { border-color: rgb(152,101,5); }
td.TdClassName
{
border-color: #986505;
}
.TagClassName
{
border-color: #986505;
}
</style>