Shades of Golden Brown #986205
Tints of Golden Brown #986205
RGB
CMYK
RGB Variations
Color information
#986205 (or 0x986205) is known color: Golden Brown. HEX triplet: 98, 62 and 05. RGB value is (152,98,5). Sum of RGB (Red+Green+Blue) = 152+98+5=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #986205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986205 is #679DFA. Grayscale: #676767. Windows color (decimal): -6790651 or 352920. OLE color: 352920.
HSL color Cylindrical-coordinate representation of color #986205: hue angle of 37.96º 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 #986205 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 5 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.40 |
| HSL | 37.96º | 0.94% | 0.31% | - |
| HSV(B) | 37.96º | 0.97% | 0.6% | - |
| XYZ | 17.34 | 15.42 | 2.21 | - |
| YUV | 103.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 5 | 0 | 0.36 | 0.97 | 0.40 | 37.96 | 0.94 | 0.31 |
| Hex | 98 | 62 | 5 | 0 | 24 | 61 | 28 | 26 | 5E | 1F |
| Octal | 230 | 142 | 5 | 0 | 44 | 141 | 50 | 46 | 136 | 37 |
| Binary | 10011000 | 1100010 | 101 | 0 | 100100 | 1100001 | 101000 | 100110 | 1011110 | 11111 |
Color Harmonies of #986205
Complementary color
Monochromatic Colors of #986205
Black with #986205
Text Example
Text Example
White with #986205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986205; }
p { color: rgb(152,98,5); }
H1.HeaderClassName
{
color: #986205;
}
.AnyTagClassName
{
color: #986205;
}
</style>
background-color css
<style>
a { background-color: #986205; }
a { background-color: rgb(152,98,5); }
div.DivClassName
{
background-color: #986205;
}
.BgClassName
{
background-color: #986205;
}
</style>
border-color css
<style>
span { border-color: #986205; }
span { border-color: rgb(152,98,5); }
td.TdClassName
{
border-color: #986205;
}
.TagClassName
{
border-color: #986205;
}
</style>