Shades of Golden Brown #986512
Tints of Golden Brown #986512
RGB
CMYK
RGB Variations
Color information
#986512 (or 0x986512) is known color: Golden Brown. HEX triplet: 98, 65 and 12. RGB value is (152,101,18). Sum of RGB (Red+Green+Blue) = 152+101+18=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #986512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986512 is #679AED. Grayscale: #6B6B6B. Windows color (decimal): -6789870 or 1205656. OLE color: 1205656.
HSL color Cylindrical-coordinate representation of color #986512: hue angle of 37.16º 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 #986512 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 18 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.40 |
| HSL | 37.16º | 0.79% | 0.33% | - |
| HSV(B) | 37.16º | 0.88% | 0.6% | - |
| XYZ | 17.71 | 16.03 | 2.73 | - |
| YUV | 106.79 | 77.9 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 18 | 0 | 0.34 | 0.88 | 0.40 | 37.16 | 0.79 | 0.33 |
| Hex | 98 | 65 | 12 | 0 | 22 | 58 | 28 | 25 | 4F | 21 |
| Octal | 230 | 145 | 22 | 0 | 42 | 130 | 50 | 45 | 117 | 41 |
| Binary | 10011000 | 1100101 | 10010 | 0 | 100010 | 1011000 | 101000 | 100101 | 1001111 | 100001 |
Color Harmonies of #986512
Complementary color
Monochromatic Colors of #986512
Black with #986512
Text Example
Text Example
White with #986512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986512; }
p { color: rgb(152,101,18); }
H1.HeaderClassName
{
color: #986512;
}
.AnyTagClassName
{
color: #986512;
}
</style>
background-color css
<style>
a { background-color: #986512; }
a { background-color: rgb(152,101,18); }
div.DivClassName
{
background-color: #986512;
}
.BgClassName
{
background-color: #986512;
}
</style>
border-color css
<style>
span { border-color: #986512; }
span { border-color: rgb(152,101,18); }
td.TdClassName
{
border-color: #986512;
}
.TagClassName
{
border-color: #986512;
}
</style>