Shades of Golden Brown #986106
Tints of Golden Brown #986106
RGB
CMYK
RGB Variations
Color information
#986106 (or 0x986106) is known color: Golden Brown. HEX triplet: 98, 61 and 06. RGB value is (152,97,6). Sum of RGB (Red+Green+Blue) = 152+97+6=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #986106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986106 is #679EF9. Grayscale: #676767. Windows color (decimal): -6790906 or 418200. OLE color: 418200.
HSL color Cylindrical-coordinate representation of color #986106: hue angle of 37.4º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #986106 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 97 | 6 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.40 |
| HSL | 37.4º | 0.92% | 0.31% | - |
| HSV(B) | 37.4º | 0.96% | 0.6% | - |
| XYZ | 17.26 | 15.24 | 2.2 | - |
| YUV | 103.07 | 73.22 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 6 | 0 | 0.36 | 0.96 | 0.40 | 37.4 | 0.92 | 0.31 |
| Hex | 98 | 61 | 6 | 0 | 24 | 60 | 28 | 25 | 5C | 1F |
| Octal | 230 | 141 | 6 | 0 | 44 | 140 | 50 | 45 | 134 | 37 |
| Binary | 10011000 | 1100001 | 110 | 0 | 100100 | 1100000 | 101000 | 100101 | 1011100 | 11111 |
Color Harmonies of #986106
Complementary color
Monochromatic Colors of #986106
Black with #986106
Text Example
Text Example
White with #986106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986106; }
p { color: rgb(152,97,6); }
H1.HeaderClassName
{
color: #986106;
}
.AnyTagClassName
{
color: #986106;
}
</style>
background-color css
<style>
a { background-color: #986106; }
a { background-color: rgb(152,97,6); }
div.DivClassName
{
background-color: #986106;
}
.BgClassName
{
background-color: #986106;
}
</style>
border-color css
<style>
span { border-color: #986106; }
span { border-color: rgb(152,97,6); }
td.TdClassName
{
border-color: #986106;
}
.TagClassName
{
border-color: #986106;
}
</style>