Shades of Golden Brown #986A1E
Tints of Golden Brown #986A1E
RGB
CMYK
RGB Variations
Color information
#986A1E (or 0x986A1E) is known color: Golden Brown. HEX triplet: 98, 6A and 1E. RGB value is (152,106,30). Sum of RGB (Red+Green+Blue) = 152+106+30=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #986A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A1E is #6795E1. Grayscale: #6F6F6F. Windows color (decimal): -6788578 or 1993368. OLE color: 1993368.
HSL color Cylindrical-coordinate representation of color #986A1E: hue angle of 37.38º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #986A1E is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 106 | 30 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.40 |
| HSL | 37.38º | 0.67% | 0.36% | - |
| HSV(B) | 37.38º | 0.8% | 0.6% | - |
| XYZ | 18.34 | 17.08 | 3.56 | - |
| YUV | 111.09 | 82.24 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 30 | 0 | 0.30 | 0.80 | 0.40 | 37.38 | 0.67 | 0.36 |
| Hex | 98 | 6A | 1E | 0 | 1E | 50 | 28 | 25 | 43 | 24 |
| Octal | 230 | 152 | 36 | 0 | 36 | 120 | 50 | 45 | 103 | 44 |
| Binary | 10011000 | 1101010 | 11110 | 0 | 11110 | 1010000 | 101000 | 100101 | 1000011 | 100100 |
Color Harmonies of #986A1E
Complementary color
Monochromatic Colors of #986A1E
Black with #986A1E
Text Example
Text Example
White with #986A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986A1E; }
p { color: rgb(152,106,30); }
H1.HeaderClassName
{
color: #986A1E;
}
.AnyTagClassName
{
color: #986A1E;
}
</style>
background-color css
<style>
a { background-color: #986A1E; }
a { background-color: rgb(152,106,30); }
div.DivClassName
{
background-color: #986A1E;
}
.BgClassName
{
background-color: #986A1E;
}
</style>
border-color css
<style>
span { border-color: #986A1E; }
span { border-color: rgb(152,106,30); }
td.TdClassName
{
border-color: #986A1E;
}
.TagClassName
{
border-color: #986A1E;
}
</style>