Shades of Sorrell Brown #9F8365
Tints of Sorrell Brown #9F8365
RGB
CMYK
RGB Variations
Color information
#9F8365 (or 0x9F8365) is known color: Sorrell Brown. HEX triplet: 9F, 83 and 65. RGB value is (159,131,101). Sum of RGB (Red+Green+Blue) = 159+131+101=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8365 is #607C9A. Grayscale: #888888. Windows color (decimal): -6323355 or 6652831. OLE color: 6652831.
HSL color Cylindrical-coordinate representation of color #9F8365: hue angle of 31.03º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F8365 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 131 | 101 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.38 |
| HSL | 31.03º | 0.23% | 0.51% | - |
| HSV(B) | 31.03º | 0.36% | 0.62% | - |
| XYZ | 24.76 | 24.54 | 15.74 | - |
| YUV | 135.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 101 | 0 | 0.18 | 0.36 | 0.38 | 31.03 | 0.23 | 0.51 |
| Hex | 9F | 83 | 65 | 0 | 12 | 24 | 26 | 1F | 17 | 33 |
| Octal | 237 | 203 | 145 | 0 | 22 | 44 | 46 | 37 | 27 | 63 |
| Binary | 10011111 | 10000011 | 1100101 | 0 | 10010 | 100100 | 100110 | 11111 | 10111 | 110011 |
Color Harmonies of #9F8365
Complementary color
Monochromatic Colors of #9F8365
Black with #9F8365
Text Example
Text Example
White with #9F8365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8365; }
p { color: rgb(159,131,101); }
H1.HeaderClassName
{
color: #9F8365;
}
.AnyTagClassName
{
color: #9F8365;
}
</style>
background-color css
<style>
a { background-color: #9F8365; }
a { background-color: rgb(159,131,101); }
div.DivClassName
{
background-color: #9F8365;
}
.BgClassName
{
background-color: #9F8365;
}
</style>
border-color css
<style>
span { border-color: #9F8365; }
span { border-color: rgb(159,131,101); }
td.TdClassName
{
border-color: #9F8365;
}
.TagClassName
{
border-color: #9F8365;
}
</style>