Shades of Sorrell Brown #9C8762
Tints of Sorrell Brown #9C8762
RGB
CMYK
RGB Variations
Color information
#9C8762 (or 0x9C8762) is known color: Sorrell Brown. HEX triplet: 9C, 87 and 62. RGB value is (156,135,98). Sum of RGB (Red+Green+Blue) = 156+135+98=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8762 is #63789D. Grayscale: #898989. Windows color (decimal): -6518942 or 6457244. OLE color: 6457244.
HSL color Cylindrical-coordinate representation of color #9C8762: hue angle of 38.28º 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 #9C8762 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 135 | 98 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.39 |
| HSL | 38.28º | 0.23% | 0.5% | - |
| HSV(B) | 38.28º | 0.37% | 0.61% | - |
| XYZ | 24.58 | 25.28 | 15.14 | - |
| YUV | 137.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 98 | 0 | 0.13 | 0.37 | 0.39 | 38.28 | 0.23 | 0.5 |
| Hex | 9C | 87 | 62 | 0 | D | 25 | 27 | 26 | 17 | 32 |
| Octal | 234 | 207 | 142 | 0 | 15 | 45 | 47 | 46 | 27 | 62 |
| Binary | 10011100 | 10000111 | 1100010 | 0 | 1101 | 100101 | 100111 | 100110 | 10111 | 110010 |
Color Harmonies of #9C8762
Complementary color
Monochromatic Colors of #9C8762
Black with #9C8762
Text Example
Text Example
White with #9C8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8762; }
p { color: rgb(156,135,98); }
H1.HeaderClassName
{
color: #9C8762;
}
.AnyTagClassName
{
color: #9C8762;
}
</style>
background-color css
<style>
a { background-color: #9C8762; }
a { background-color: rgb(156,135,98); }
div.DivClassName
{
background-color: #9C8762;
}
.BgClassName
{
background-color: #9C8762;
}
</style>
border-color css
<style>
span { border-color: #9C8762; }
span { border-color: rgb(156,135,98); }
td.TdClassName
{
border-color: #9C8762;
}
.TagClassName
{
border-color: #9C8762;
}
</style>