Shades of Sorrell Brown #9B8862
Tints of Sorrell Brown #9B8862
RGB
CMYK
RGB Variations
Color information
#9B8862 (or 0x9B8862) is known color: Sorrell Brown. HEX triplet: 9B, 88 and 62. RGB value is (155,136,98). Sum of RGB (Red+Green+Blue) = 155+136+98=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8862 is #64779D. Grayscale: #898989. Windows color (decimal): -6584222 or 6457499. OLE color: 6457499.
HSL color Cylindrical-coordinate representation of color #9B8862: hue angle of 40º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B8862 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 136 | 98 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.39 |
| HSL | 40º | 0.23% | 0.5% | - |
| HSV(B) | 40º | 0.37% | 0.61% | - |
| XYZ | 24.53 | 25.46 | 15.18 | - |
| YUV | 137.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 98 | 0 | 0.12 | 0.37 | 0.39 | 40 | 0.23 | 0.5 |
| Hex | 9B | 88 | 62 | 0 | C | 25 | 27 | 28 | 17 | 32 |
| Octal | 233 | 210 | 142 | 0 | 14 | 45 | 47 | 50 | 27 | 62 |
| Binary | 10011011 | 10001000 | 1100010 | 0 | 1100 | 100101 | 100111 | 101000 | 10111 | 110010 |
Color Harmonies of #9B8862
Complementary color
Monochromatic Colors of #9B8862
Black with #9B8862
Text Example
Text Example
White with #9B8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8862; }
p { color: rgb(155,136,98); }
H1.HeaderClassName
{
color: #9B8862;
}
.AnyTagClassName
{
color: #9B8862;
}
</style>
background-color css
<style>
a { background-color: #9B8862; }
a { background-color: rgb(155,136,98); }
div.DivClassName
{
background-color: #9B8862;
}
.BgClassName
{
background-color: #9B8862;
}
</style>
border-color css
<style>
span { border-color: #9B8862; }
span { border-color: rgb(155,136,98); }
td.TdClassName
{
border-color: #9B8862;
}
.TagClassName
{
border-color: #9B8862;
}
</style>