Shades of Golden Brown #986015
Tints of Golden Brown #986015
RGB
CMYK
RGB Variations
Color information
#986015 (or 0x986015) is known color: Golden Brown. HEX triplet: 98, 60 and 15. RGB value is (152,96,21). Sum of RGB (Red+Green+Blue) = 152+96+21=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #986015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986015 is #679FEA. Grayscale: #686868. Windows color (decimal): -6791147 or 1400984. OLE color: 1400984.
HSL color Cylindrical-coordinate representation of color #986015: hue angle of 34.35º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #986015 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 96 | 21 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.40 |
| HSL | 34.35º | 0.76% | 0.34% | - |
| HSV(B) | 34.35º | 0.86% | 0.6% | - |
| XYZ | 17.27 | 15.1 | 2.71 | - |
| YUV | 104.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 21 | 0 | 0.37 | 0.86 | 0.40 | 34.35 | 0.76 | 0.34 |
| Hex | 98 | 60 | 15 | 0 | 25 | 56 | 28 | 22 | 4C | 22 |
| Octal | 230 | 140 | 25 | 0 | 45 | 126 | 50 | 42 | 114 | 42 |
| Binary | 10011000 | 1100000 | 10101 | 0 | 100101 | 1010110 | 101000 | 100010 | 1001100 | 100010 |
Color Harmonies of #986015
Complementary color
Monochromatic Colors of #986015
Black with #986015
Text Example
Text Example
White with #986015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986015; }
p { color: rgb(152,96,21); }
H1.HeaderClassName
{
color: #986015;
}
.AnyTagClassName
{
color: #986015;
}
</style>
background-color css
<style>
a { background-color: #986015; }
a { background-color: rgb(152,96,21); }
div.DivClassName
{
background-color: #986015;
}
.BgClassName
{
background-color: #986015;
}
</style>
border-color css
<style>
span { border-color: #986015; }
span { border-color: rgb(152,96,21); }
td.TdClassName
{
border-color: #986015;
}
.TagClassName
{
border-color: #986015;
}
</style>