Shades of Sorrell Brown #9F865F
Tints of Sorrell Brown #9F865F
RGB
CMYK
RGB Variations
Color information
#9F865F (or 0x9F865F) is known color: Sorrell Brown. HEX triplet: 9F, 86 and 5F. RGB value is (159,134,95). Sum of RGB (Red+Green+Blue) = 159+134+95=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F865F is #6079A0. Grayscale: #898989. Windows color (decimal): -6322593 or 6260383. OLE color: 6260383.
HSL color Cylindrical-coordinate representation of color #9F865F: hue angle of 36.56º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F865F is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 95 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.38 |
| HSL | 36.56º | 0.25% | 0.5% | - |
| HSV(B) | 36.56º | 0.4% | 0.62% | - |
| XYZ | 24.89 | 25.25 | 14.39 | - |
| YUV | 137.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 95 | 0 | 0.16 | 0.40 | 0.38 | 36.56 | 0.25 | 0.5 |
| Hex | 9F | 86 | 5F | 0 | 10 | 28 | 26 | 25 | 19 | 32 |
| Octal | 237 | 206 | 137 | 0 | 20 | 50 | 46 | 45 | 31 | 62 |
| Binary | 10011111 | 10000110 | 1011111 | 0 | 10000 | 101000 | 100110 | 100101 | 11001 | 110010 |
Color Harmonies of #9F865F
Complementary color
Monochromatic Colors of #9F865F
Black with #9F865F
Text Example
Text Example
White with #9F865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F865F; }
p { color: rgb(159,134,95); }
H1.HeaderClassName
{
color: #9F865F;
}
.AnyTagClassName
{
color: #9F865F;
}
</style>
background-color css
<style>
a { background-color: #9F865F; }
a { background-color: rgb(159,134,95); }
div.DivClassName
{
background-color: #9F865F;
}
.BgClassName
{
background-color: #9F865F;
}
</style>
border-color css
<style>
span { border-color: #9F865F; }
span { border-color: rgb(159,134,95); }
td.TdClassName
{
border-color: #9F865F;
}
.TagClassName
{
border-color: #9F865F;
}
</style>