Shades of Sorrell Brown #9C8564
Tints of Sorrell Brown #9C8564
RGB
CMYK
RGB Variations
Color information
#9C8564 (or 0x9C8564) is known color: Sorrell Brown. HEX triplet: 9C, 85 and 64. RGB value is (156,133,100). Sum of RGB (Red+Green+Blue) = 156+133+100=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8564 is #637A9B. Grayscale: #888888. Windows color (decimal): -6519452 or 6587804. OLE color: 6587804.
HSL color Cylindrical-coordinate representation of color #9C8564: hue angle of 35.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C8564 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 133 | 100 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.39 |
| HSL | 35.36º | 0.22% | 0.5% | - |
| HSV(B) | 35.36º | 0.36% | 0.61% | - |
| XYZ | 24.4 | 24.76 | 15.55 | - |
| YUV | 136.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 133 | 100 | 0 | 0.15 | 0.36 | 0.39 | 35.36 | 0.22 | 0.5 |
| Hex | 9C | 85 | 64 | 0 | F | 24 | 27 | 23 | 16 | 32 |
| Octal | 234 | 205 | 144 | 0 | 17 | 44 | 47 | 43 | 26 | 62 |
| Binary | 10011100 | 10000101 | 1100100 | 0 | 1111 | 100100 | 100111 | 100011 | 10110 | 110010 |
Color Harmonies of #9C8564
Complementary color
Monochromatic Colors of #9C8564
Black with #9C8564
Text Example
Text Example
White with #9C8564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8564; }
p { color: rgb(156,133,100); }
H1.HeaderClassName
{
color: #9C8564;
}
.AnyTagClassName
{
color: #9C8564;
}
</style>
background-color css
<style>
a { background-color: #9C8564; }
a { background-color: rgb(156,133,100); }
div.DivClassName
{
background-color: #9C8564;
}
.BgClassName
{
background-color: #9C8564;
}
</style>
border-color css
<style>
span { border-color: #9C8564; }
span { border-color: rgb(156,133,100); }
td.TdClassName
{
border-color: #9C8564;
}
.TagClassName
{
border-color: #9C8564;
}
</style>