Shades of Sorrell Brown #9F865E
Tints of Sorrell Brown #9F865E
RGB
CMYK
RGB Variations
Color information
#9F865E (or 0x9F865E) is known color: Sorrell Brown. HEX triplet: 9F, 86 and 5E. RGB value is (159,134,94). Sum of RGB (Red+Green+Blue) = 159+134+94=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F865E is #6079A1. Grayscale: #898989. Windows color (decimal): -6322594 or 6194847. OLE color: 6194847.
HSL color Cylindrical-coordinate representation of color #9F865E: hue angle of 36.92º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F865E is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 94 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.38 |
| HSL | 36.92º | 0.26% | 0.5% | - |
| HSV(B) | 36.92º | 0.41% | 0.62% | - |
| XYZ | 24.84 | 25.23 | 14.15 | - |
| YUV | 136.92 | 103.78 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 94 | 0 | 0.16 | 0.41 | 0.38 | 36.92 | 0.26 | 0.5 |
| Hex | 9F | 86 | 5E | 0 | 10 | 29 | 26 | 25 | 1A | 32 |
| Octal | 237 | 206 | 136 | 0 | 20 | 51 | 46 | 45 | 32 | 62 |
| Binary | 10011111 | 10000110 | 1011110 | 0 | 10000 | 101001 | 100110 | 100101 | 11010 | 110010 |
Color Harmonies of #9F865E
Complementary color
Monochromatic Colors of #9F865E
Black with #9F865E
Text Example
Text Example
White with #9F865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F865E; }
p { color: rgb(159,134,94); }
H1.HeaderClassName
{
color: #9F865E;
}
.AnyTagClassName
{
color: #9F865E;
}
</style>
background-color css
<style>
a { background-color: #9F865E; }
a { background-color: rgb(159,134,94); }
div.DivClassName
{
background-color: #9F865E;
}
.BgClassName
{
background-color: #9F865E;
}
</style>
border-color css
<style>
span { border-color: #9F865E; }
span { border-color: rgb(159,134,94); }
td.TdClassName
{
border-color: #9F865E;
}
.TagClassName
{
border-color: #9F865E;
}
</style>