Shades of Sorrell Brown #9F8064
Tints of Sorrell Brown #9F8064
RGB
CMYK
RGB Variations
Color information
#9F8064 (or 0x9F8064) is known color: Sorrell Brown. HEX triplet: 9F, 80 and 64. RGB value is (159,128,100). Sum of RGB (Red+Green+Blue) = 159+128+100=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8064 is #607F9B. Grayscale: #868686. Windows color (decimal): -6324124 or 6586527. OLE color: 6586527.
HSL color Cylindrical-coordinate representation of color #9F8064: hue angle of 28.47º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F8064 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 100 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.38 |
| HSL | 28.47º | 0.24% | 0.51% | - |
| HSV(B) | 28.47º | 0.37% | 0.62% | - |
| XYZ | 24.32 | 23.73 | 15.36 | - |
| YUV | 134.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 100 | 0 | 0.19 | 0.37 | 0.38 | 28.47 | 0.24 | 0.51 |
| Hex | 9F | 80 | 64 | 0 | 13 | 25 | 26 | 1C | 18 | 33 |
| Octal | 237 | 200 | 144 | 0 | 23 | 45 | 46 | 34 | 30 | 63 |
| Binary | 10011111 | 10000000 | 1100100 | 0 | 10011 | 100101 | 100110 | 11100 | 11000 | 110011 |
Color Harmonies of #9F8064
Complementary color
Monochromatic Colors of #9F8064
Black with #9F8064
Text Example
Text Example
White with #9F8064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8064; }
p { color: rgb(159,128,100); }
H1.HeaderClassName
{
color: #9F8064;
}
.AnyTagClassName
{
color: #9F8064;
}
</style>
background-color css
<style>
a { background-color: #9F8064; }
a { background-color: rgb(159,128,100); }
div.DivClassName
{
background-color: #9F8064;
}
.BgClassName
{
background-color: #9F8064;
}
</style>
border-color css
<style>
span { border-color: #9F8064; }
span { border-color: rgb(159,128,100); }
td.TdClassName
{
border-color: #9F8064;
}
.TagClassName
{
border-color: #9F8064;
}
</style>