Shades of Sorrell Brown #9C8660
Tints of Sorrell Brown #9C8660
RGB
CMYK
RGB Variations
Color information
#9C8660 (or 0x9C8660) is known color: Sorrell Brown. HEX triplet: 9C, 86 and 60. RGB value is (156,134,96). Sum of RGB (Red+Green+Blue) = 156+134+96=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8660 is #63799F. Grayscale: #888888. Windows color (decimal): -6519200 or 6325916. OLE color: 6325916.
HSL color Cylindrical-coordinate representation of color #9C8660: hue angle of 38º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C8660 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 96 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.39 |
| HSL | 38º | 0.24% | 0.49% | - |
| HSV(B) | 38º | 0.38% | 0.61% | - |
| XYZ | 24.35 | 24.96 | 14.6 | - |
| YUV | 136.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 96 | 0 | 0.14 | 0.38 | 0.39 | 38 | 0.24 | 0.49 |
| Hex | 9C | 86 | 60 | 0 | E | 26 | 27 | 26 | 18 | 31 |
| Octal | 234 | 206 | 140 | 0 | 16 | 46 | 47 | 46 | 30 | 61 |
| Binary | 10011100 | 10000110 | 1100000 | 0 | 1110 | 100110 | 100111 | 100110 | 11000 | 110001 |
Color Harmonies of #9C8660
Complementary color
Monochromatic Colors of #9C8660
Black with #9C8660
Text Example
Text Example
White with #9C8660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8660; }
p { color: rgb(156,134,96); }
H1.HeaderClassName
{
color: #9C8660;
}
.AnyTagClassName
{
color: #9C8660;
}
</style>
background-color css
<style>
a { background-color: #9C8660; }
a { background-color: rgb(156,134,96); }
div.DivClassName
{
background-color: #9C8660;
}
.BgClassName
{
background-color: #9C8660;
}
</style>
border-color css
<style>
span { border-color: #9C8660; }
span { border-color: rgb(156,134,96); }
td.TdClassName
{
border-color: #9C8660;
}
.TagClassName
{
border-color: #9C8660;
}
</style>