Shades of Sorrell Brown #9F8160
Tints of Sorrell Brown #9F8160
RGB
CMYK
RGB Variations
Color information
#9F8160 (or 0x9F8160) is known color: Sorrell Brown. HEX triplet: 9F, 81 and 60. RGB value is (159,129,96). Sum of RGB (Red+Green+Blue) = 159+129+96=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8160 is #607E9F. Grayscale: #868686. Windows color (decimal): -6323872 or 6324639. OLE color: 6324639.
HSL color Cylindrical-coordinate representation of color #9F8160: hue angle of 31.43º 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 #9F8160 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 129 | 96 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.38 |
| HSL | 31.43º | 0.25% | 0.5% | - |
| HSV(B) | 31.43º | 0.4% | 0.62% | - |
| XYZ | 24.26 | 23.92 | 14.4 | - |
| YUV | 134.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 96 | 0 | 0.19 | 0.40 | 0.38 | 31.43 | 0.25 | 0.5 |
| Hex | 9F | 81 | 60 | 0 | 13 | 28 | 26 | 1F | 19 | 32 |
| Octal | 237 | 201 | 140 | 0 | 23 | 50 | 46 | 37 | 31 | 62 |
| Binary | 10011111 | 10000001 | 1100000 | 0 | 10011 | 101000 | 100110 | 11111 | 11001 | 110010 |
Color Harmonies of #9F8160
Complementary color
Monochromatic Colors of #9F8160
Black with #9F8160
Text Example
Text Example
White with #9F8160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8160; }
p { color: rgb(159,129,96); }
H1.HeaderClassName
{
color: #9F8160;
}
.AnyTagClassName
{
color: #9F8160;
}
</style>
background-color css
<style>
a { background-color: #9F8160; }
a { background-color: rgb(159,129,96); }
div.DivClassName
{
background-color: #9F8160;
}
.BgClassName
{
background-color: #9F8160;
}
</style>
border-color css
<style>
span { border-color: #9F8160; }
span { border-color: rgb(159,129,96); }
td.TdClassName
{
border-color: #9F8160;
}
.TagClassName
{
border-color: #9F8160;
}
</style>