Shades of Sorrell Brown #9C8861
Tints of Sorrell Brown #9C8861
RGB
CMYK
RGB Variations
Color information
#9C8861 (or 0x9C8861) is known color: Sorrell Brown. HEX triplet: 9C, 88 and 61. RGB value is (156,136,97). Sum of RGB (Red+Green+Blue) = 156+136+97=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8861 is #63779E. Grayscale: #898989. Windows color (decimal): -6518687 or 6391964. OLE color: 6391964.
HSL color Cylindrical-coordinate representation of color #9C8861: hue angle of 39.66º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C8861 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 136 | 97 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.39 |
| HSL | 39.66º | 0.23% | 0.5% | - |
| HSV(B) | 39.66º | 0.38% | 0.61% | - |
| XYZ | 24.67 | 25.54 | 14.94 | - |
| YUV | 137.53 | 105.13 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 136 | 97 | 0 | 0.13 | 0.38 | 0.39 | 39.66 | 0.23 | 0.5 |
| Hex | 9C | 88 | 61 | 0 | D | 26 | 27 | 28 | 17 | 32 |
| Octal | 234 | 210 | 141 | 0 | 15 | 46 | 47 | 50 | 27 | 62 |
| Binary | 10011100 | 10001000 | 1100001 | 0 | 1101 | 100110 | 100111 | 101000 | 10111 | 110010 |
Color Harmonies of #9C8861
Complementary color
Monochromatic Colors of #9C8861
Black with #9C8861
Text Example
Text Example
White with #9C8861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8861; }
p { color: rgb(156,136,97); }
H1.HeaderClassName
{
color: #9C8861;
}
.AnyTagClassName
{
color: #9C8861;
}
</style>
background-color css
<style>
a { background-color: #9C8861; }
a { background-color: rgb(156,136,97); }
div.DivClassName
{
background-color: #9C8861;
}
.BgClassName
{
background-color: #9C8861;
}
</style>
border-color css
<style>
span { border-color: #9C8861; }
span { border-color: rgb(156,136,97); }
td.TdClassName
{
border-color: #9C8861;
}
.TagClassName
{
border-color: #9C8861;
}
</style>