Shades of Golden Brown #986212
Tints of Golden Brown #986212
RGB
CMYK
RGB Variations
Color information
#986212 (or 0x986212) is known color: Golden Brown. HEX triplet: 98, 62 and 12. RGB value is (152,98,18). Sum of RGB (Red+Green+Blue) = 152+98+18=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #986212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986212 is #679DED. Grayscale: #696969. Windows color (decimal): -6790638 or 1204888. OLE color: 1204888.
HSL color Cylindrical-coordinate representation of color #986212: hue angle of 35.82º 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 #986212 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 18 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.40 |
| HSL | 35.82º | 0.79% | 0.33% | - |
| HSV(B) | 35.82º | 0.88% | 0.6% | - |
| XYZ | 17.43 | 15.45 | 2.64 | - |
| YUV | 105.03 | 78.89 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 18 | 0 | 0.36 | 0.88 | 0.40 | 35.82 | 0.79 | 0.33 |
| Hex | 98 | 62 | 12 | 0 | 24 | 58 | 28 | 24 | 4F | 21 |
| Octal | 230 | 142 | 22 | 0 | 44 | 130 | 50 | 44 | 117 | 41 |
| Binary | 10011000 | 1100010 | 10010 | 0 | 100100 | 1011000 | 101000 | 100100 | 1001111 | 100001 |
Color Harmonies of #986212
Complementary color
Monochromatic Colors of #986212
Black with #986212
Text Example
Text Example
White with #986212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986212; }
p { color: rgb(152,98,18); }
H1.HeaderClassName
{
color: #986212;
}
.AnyTagClassName
{
color: #986212;
}
</style>
background-color css
<style>
a { background-color: #986212; }
a { background-color: rgb(152,98,18); }
div.DivClassName
{
background-color: #986212;
}
.BgClassName
{
background-color: #986212;
}
</style>
border-color css
<style>
span { border-color: #986212; }
span { border-color: rgb(152,98,18); }
td.TdClassName
{
border-color: #986212;
}
.TagClassName
{
border-color: #986212;
}
</style>