Shades of Golden Brown #986312
Tints of Golden Brown #986312
RGB
CMYK
RGB Variations
Color information
#986312 (or 0x986312) is known color: Golden Brown. HEX triplet: 98, 63 and 12. RGB value is (152,99,18). Sum of RGB (Red+Green+Blue) = 152+99+18=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #986312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986312 is #679CED. Grayscale: #696969. Windows color (decimal): -6790382 or 1205144. OLE color: 1205144.
HSL color Cylindrical-coordinate representation of color #986312: hue angle of 36.27º 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 #986312 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 18 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.40 |
| HSL | 36.27º | 0.79% | 0.33% | - |
| HSV(B) | 36.27º | 0.88% | 0.6% | - |
| XYZ | 17.52 | 15.64 | 2.67 | - |
| YUV | 105.61 | 78.56 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 18 | 0 | 0.35 | 0.88 | 0.40 | 36.27 | 0.79 | 0.33 |
| Hex | 98 | 63 | 12 | 0 | 23 | 58 | 28 | 24 | 4F | 21 |
| Octal | 230 | 143 | 22 | 0 | 43 | 130 | 50 | 44 | 117 | 41 |
| Binary | 10011000 | 1100011 | 10010 | 0 | 100011 | 1011000 | 101000 | 100100 | 1001111 | 100001 |
Color Harmonies of #986312
Complementary color
Monochromatic Colors of #986312
Black with #986312
Text Example
Text Example
White with #986312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986312; }
p { color: rgb(152,99,18); }
H1.HeaderClassName
{
color: #986312;
}
.AnyTagClassName
{
color: #986312;
}
</style>
background-color css
<style>
a { background-color: #986312; }
a { background-color: rgb(152,99,18); }
div.DivClassName
{
background-color: #986312;
}
.BgClassName
{
background-color: #986312;
}
</style>
border-color css
<style>
span { border-color: #986312; }
span { border-color: rgb(152,99,18); }
td.TdClassName
{
border-color: #986312;
}
.TagClassName
{
border-color: #986312;
}
</style>