Shades of Golden Brown #986812
Tints of Golden Brown #986812
RGB
CMYK
RGB Variations
Color information
#986812 (or 0x986812) is known color: Golden Brown. HEX triplet: 98, 68 and 12. RGB value is (152,104,18). Sum of RGB (Red+Green+Blue) = 152+104+18=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #986812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986812 is #6797ED. Grayscale: #6C6C6C. Windows color (decimal): -6789102 or 1206424. OLE color: 1206424.
HSL color Cylindrical-coordinate representation of color #986812: hue angle of 38.51º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #986812 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 18 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.40 |
| HSL | 38.51º | 0.79% | 0.33% | - |
| HSV(B) | 38.51º | 0.88% | 0.6% | - |
| XYZ | 18.01 | 16.62 | 2.83 | - |
| YUV | 108.55 | 76.9 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 18 | 0 | 0.32 | 0.88 | 0.40 | 38.51 | 0.79 | 0.33 |
| Hex | 98 | 68 | 12 | 0 | 20 | 58 | 28 | 27 | 4F | 21 |
| Octal | 230 | 150 | 22 | 0 | 40 | 130 | 50 | 47 | 117 | 41 |
| Binary | 10011000 | 1101000 | 10010 | 0 | 100000 | 1011000 | 101000 | 100111 | 1001111 | 100001 |
Color Harmonies of #986812
Complementary color
Monochromatic Colors of #986812
Black with #986812
Text Example
Text Example
White with #986812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986812; }
p { color: rgb(152,104,18); }
H1.HeaderClassName
{
color: #986812;
}
.AnyTagClassName
{
color: #986812;
}
</style>
background-color css
<style>
a { background-color: #986812; }
a { background-color: rgb(152,104,18); }
div.DivClassName
{
background-color: #986812;
}
.BgClassName
{
background-color: #986812;
}
</style>
border-color css
<style>
span { border-color: #986812; }
span { border-color: rgb(152,104,18); }
td.TdClassName
{
border-color: #986812;
}
.TagClassName
{
border-color: #986812;
}
</style>