Shades of Pale Brown #986F42
Tints of Pale Brown #986F42
RGB
CMYK
RGB Variations
Color information
#986F42 (or 0x986F42) is known color: Pale Brown. HEX triplet: 98, 6F and 42. RGB value is (152,111,66). Sum of RGB (Red+Green+Blue) = 152+111+66=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #986F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F42 is #6790BD. Grayscale: #767676. Windows color (decimal): -6787262 or 4353944. OLE color: 4353944.
HSL color Cylindrical-coordinate representation of color #986F42: hue angle of 31.4º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #986F42 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 66 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.40 |
| HSL | 31.4º | 0.39% | 0.43% | - |
| HSV(B) | 31.4º | 0.57% | 0.6% | - |
| XYZ | 19.62 | 18.44 | 7.68 | - |
| YUV | 118.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 66 | 0 | 0.27 | 0.57 | 0.40 | 31.4 | 0.39 | 0.43 |
| Hex | 98 | 6F | 42 | 0 | 1B | 39 | 28 | 1F | 27 | 2B |
| Octal | 230 | 157 | 102 | 0 | 33 | 71 | 50 | 37 | 47 | 53 |
| Binary | 10011000 | 1101111 | 1000010 | 0 | 11011 | 111001 | 101000 | 11111 | 100111 | 101011 |
Color Harmonies of #986F42
Complementary color
Monochromatic Colors of #986F42
Black with #986F42
Text Example
Text Example
White with #986F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F42; }
p { color: rgb(152,111,66); }
H1.HeaderClassName
{
color: #986F42;
}
.AnyTagClassName
{
color: #986F42;
}
</style>
background-color css
<style>
a { background-color: #986F42; }
a { background-color: rgb(152,111,66); }
div.DivClassName
{
background-color: #986F42;
}
.BgClassName
{
background-color: #986F42;
}
</style>
border-color css
<style>
span { border-color: #986F42; }
span { border-color: rgb(152,111,66); }
td.TdClassName
{
border-color: #986F42;
}
.TagClassName
{
border-color: #986F42;
}
</style>