Shades of Sorrell Brown #9F8266
Tints of Sorrell Brown #9F8266
RGB
CMYK
RGB Variations
Color information
#9F8266 (or 0x9F8266) is known color: Sorrell Brown. HEX triplet: 9F, 82 and 66. RGB value is (159,130,102). Sum of RGB (Red+Green+Blue) = 159+130+102=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8266 is #607D99. Grayscale: #878787. Windows color (decimal): -6323610 or 6718111. OLE color: 6718111.
HSL color Cylindrical-coordinate representation of color #9F8266: hue angle of 29.47º 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 #9F8266 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 102 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.38 |
| HSL | 29.47º | 0.23% | 0.51% | - |
| HSV(B) | 29.47º | 0.36% | 0.62% | - |
| XYZ | 24.68 | 24.3 | 15.96 | - |
| YUV | 135.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 102 | 0 | 0.18 | 0.36 | 0.38 | 29.47 | 0.23 | 0.51 |
| Hex | 9F | 82 | 66 | 0 | 12 | 24 | 26 | 1D | 17 | 33 |
| Octal | 237 | 202 | 146 | 0 | 22 | 44 | 46 | 35 | 27 | 63 |
| Binary | 10011111 | 10000010 | 1100110 | 0 | 10010 | 100100 | 100110 | 11101 | 10111 | 110011 |
Color Harmonies of #9F8266
Complementary color
Monochromatic Colors of #9F8266
Black with #9F8266
Text Example
Text Example
White with #9F8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8266; }
p { color: rgb(159,130,102); }
H1.HeaderClassName
{
color: #9F8266;
}
.AnyTagClassName
{
color: #9F8266;
}
</style>
background-color css
<style>
a { background-color: #9F8266; }
a { background-color: rgb(159,130,102); }
div.DivClassName
{
background-color: #9F8266;
}
.BgClassName
{
background-color: #9F8266;
}
</style>
border-color css
<style>
span { border-color: #9F8266; }
span { border-color: rgb(159,130,102); }
td.TdClassName
{
border-color: #9F8266;
}
.TagClassName
{
border-color: #9F8266;
}
</style>