Shades of Sorrell Brown #9F805E
Tints of Sorrell Brown #9F805E
RGB
CMYK
RGB Variations
Color information
#9F805E (or 0x9F805E) is known color: Sorrell Brown. HEX triplet: 9F, 80 and 5E. RGB value is (159,128,94). Sum of RGB (Red+Green+Blue) = 159+128+94=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F805E is #607FA1. Grayscale: #858585. Windows color (decimal): -6324130 or 6193311. OLE color: 6193311.
HSL color Cylindrical-coordinate representation of color #9F805E: hue angle of 31.38º 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 #9F805E is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 94 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.38 |
| HSL | 31.38º | 0.26% | 0.5% | - |
| HSV(B) | 31.38º | 0.41% | 0.62% | - |
| XYZ | 24.04 | 23.62 | 13.88 | - |
| YUV | 133.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 94 | 0 | 0.19 | 0.41 | 0.38 | 31.38 | 0.26 | 0.5 |
| Hex | 9F | 80 | 5E | 0 | 13 | 29 | 26 | 1F | 1A | 32 |
| Octal | 237 | 200 | 136 | 0 | 23 | 51 | 46 | 37 | 32 | 62 |
| Binary | 10011111 | 10000000 | 1011110 | 0 | 10011 | 101001 | 100110 | 11111 | 11010 | 110010 |
Color Harmonies of #9F805E
Complementary color
Monochromatic Colors of #9F805E
Black with #9F805E
Text Example
Text Example
White with #9F805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F805E; }
p { color: rgb(159,128,94); }
H1.HeaderClassName
{
color: #9F805E;
}
.AnyTagClassName
{
color: #9F805E;
}
</style>
background-color css
<style>
a { background-color: #9F805E; }
a { background-color: rgb(159,128,94); }
div.DivClassName
{
background-color: #9F805E;
}
.BgClassName
{
background-color: #9F805E;
}
</style>
border-color css
<style>
span { border-color: #9F805E; }
span { border-color: rgb(159,128,94); }
td.TdClassName
{
border-color: #9F805E;
}
.TagClassName
{
border-color: #9F805E;
}
</style>