Shades of Golden Brown #986F0F
Tints of Golden Brown #986F0F
RGB
CMYK
RGB Variations
Color information
#986F0F (or 0x986F0F) is known color: Golden Brown. HEX triplet: 98, 6F and 0F. RGB value is (152,111,15). Sum of RGB (Red+Green+Blue) = 152+111+15=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #986F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986F0F is #6790F0. Grayscale: #707070. Windows color (decimal): -6787313 or 1011608. OLE color: 1011608.
HSL color Cylindrical-coordinate representation of color #986F0F: hue angle of 42.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #986F0F is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 15 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.40 |
| HSL | 42.04º | 0.82% | 0.33% | - |
| HSV(B) | 42.04º | 0.9% | 0.6% | - |
| XYZ | 18.72 | 18.08 | 2.95 | - |
| YUV | 112.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 15 | 0 | 0.27 | 0.90 | 0.40 | 42.04 | 0.82 | 0.33 |
| Hex | 98 | 6F | F | 0 | 1B | 5A | 28 | 2A | 52 | 21 |
| Octal | 230 | 157 | 17 | 0 | 33 | 132 | 50 | 52 | 122 | 41 |
| Binary | 10011000 | 1101111 | 1111 | 0 | 11011 | 1011010 | 101000 | 101010 | 1010010 | 100001 |
Color Harmonies of #986F0F
Complementary color
Monochromatic Colors of #986F0F
Black with #986F0F
Text Example
Text Example
White with #986F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F0F; }
p { color: rgb(152,111,15); }
H1.HeaderClassName
{
color: #986F0F;
}
.AnyTagClassName
{
color: #986F0F;
}
</style>
background-color css
<style>
a { background-color: #986F0F; }
a { background-color: rgb(152,111,15); }
div.DivClassName
{
background-color: #986F0F;
}
.BgClassName
{
background-color: #986F0F;
}
</style>
border-color css
<style>
span { border-color: #986F0F; }
span { border-color: rgb(152,111,15); }
td.TdClassName
{
border-color: #986F0F;
}
.TagClassName
{
border-color: #986F0F;
}
</style>