Shades of Sorrell Brown #9B855E
Tints of Sorrell Brown #9B855E
RGB
CMYK
RGB Variations
Color information
#9B855E (or 0x9B855E) is known color: Sorrell Brown. HEX triplet: 9B, 85 and 5E. RGB value is (155,133,94). Sum of RGB (Red+Green+Blue) = 155+133+94=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B855E is #647AA1. Grayscale: #878787. Windows color (decimal): -6584994 or 6194587. OLE color: 6194587.
HSL color Cylindrical-coordinate representation of color #9B855E: hue angle of 38.36º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B855E is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 133 | 94 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.39 |
| HSL | 38.36º | 0.24% | 0.49% | - |
| HSV(B) | 38.36º | 0.39% | 0.61% | - |
| XYZ | 23.93 | 24.55 | 14.07 | - |
| YUV | 135.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 133 | 94 | 0 | 0.14 | 0.39 | 0.39 | 38.36 | 0.24 | 0.49 |
| Hex | 9B | 85 | 5E | 0 | E | 27 | 27 | 26 | 18 | 31 |
| Octal | 233 | 205 | 136 | 0 | 16 | 47 | 47 | 46 | 30 | 61 |
| Binary | 10011011 | 10000101 | 1011110 | 0 | 1110 | 100111 | 100111 | 100110 | 11000 | 110001 |
Color Harmonies of #9B855E
Complementary color
Monochromatic Colors of #9B855E
Black with #9B855E
Text Example
Text Example
White with #9B855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B855E; }
p { color: rgb(155,133,94); }
H1.HeaderClassName
{
color: #9B855E;
}
.AnyTagClassName
{
color: #9B855E;
}
</style>
background-color css
<style>
a { background-color: #9B855E; }
a { background-color: rgb(155,133,94); }
div.DivClassName
{
background-color: #9B855E;
}
.BgClassName
{
background-color: #9B855E;
}
</style>
border-color css
<style>
span { border-color: #9B855E; }
span { border-color: rgb(155,133,94); }
td.TdClassName
{
border-color: #9B855E;
}
.TagClassName
{
border-color: #9B855E;
}
</style>