Shades of Pale Brown #986F46
Tints of Pale Brown #986F46
RGB
CMYK
RGB Variations
Color information
#986F46 (or 0x986F46) is known color: Pale Brown. HEX triplet: 98, 6F and 46. RGB value is (152,111,70). Sum of RGB (Red+Green+Blue) = 152+111+70=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #986F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F46 is #6790B9. Grayscale: #767676. Windows color (decimal): -6787258 or 4616088. OLE color: 4616088.
HSL color Cylindrical-coordinate representation of color #986F46: hue angle of 30º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #986F46 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 70 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.40 |
| HSL | 30º | 0.37% | 0.44% | - |
| HSV(B) | 30º | 0.54% | 0.6% | - |
| XYZ | 19.74 | 18.49 | 8.32 | - |
| YUV | 118.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 70 | 0 | 0.27 | 0.54 | 0.40 | 30 | 0.37 | 0.44 |
| Hex | 98 | 6F | 46 | 0 | 1B | 36 | 28 | 1E | 25 | 2C |
| Octal | 230 | 157 | 106 | 0 | 33 | 66 | 50 | 36 | 45 | 54 |
| Binary | 10011000 | 1101111 | 1000110 | 0 | 11011 | 110110 | 101000 | 11110 | 100101 | 101100 |
Color Harmonies of #986F46
Complementary color
Monochromatic Colors of #986F46
Black with #986F46
Text Example
Text Example
White with #986F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F46; }
p { color: rgb(152,111,70); }
H1.HeaderClassName
{
color: #986F46;
}
.AnyTagClassName
{
color: #986F46;
}
</style>
background-color css
<style>
a { background-color: #986F46; }
a { background-color: rgb(152,111,70); }
div.DivClassName
{
background-color: #986F46;
}
.BgClassName
{
background-color: #986F46;
}
</style>
border-color css
<style>
span { border-color: #986F46; }
span { border-color: rgb(152,111,70); }
td.TdClassName
{
border-color: #986F46;
}
.TagClassName
{
border-color: #986F46;
}
</style>