Shades of Sorrell Brown #9C8162
Tints of Sorrell Brown #9C8162
RGB
CMYK
RGB Variations
Color information
#9C8162 (or 0x9C8162) is known color: Sorrell Brown. HEX triplet: 9C, 81 and 62. RGB value is (156,129,98). Sum of RGB (Red+Green+Blue) = 156+129+98=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8162 is #637E9D. Grayscale: #858585. Windows color (decimal): -6520478 or 6455708. OLE color: 6455708.
HSL color Cylindrical-coordinate representation of color #9C8162: hue angle of 32.07º 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 #9C8162 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 129 | 98 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.39 |
| HSL | 32.07º | 0.23% | 0.5% | - |
| HSV(B) | 32.07º | 0.37% | 0.61% | - |
| XYZ | 23.77 | 23.65 | 14.87 | - |
| YUV | 133.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 98 | 0 | 0.17 | 0.37 | 0.39 | 32.07 | 0.23 | 0.5 |
| Hex | 9C | 81 | 62 | 0 | 11 | 25 | 27 | 20 | 17 | 32 |
| Octal | 234 | 201 | 142 | 0 | 21 | 45 | 47 | 40 | 27 | 62 |
| Binary | 10011100 | 10000001 | 1100010 | 0 | 10001 | 100101 | 100111 | 100000 | 10111 | 110010 |
Color Harmonies of #9C8162
Complementary color
Monochromatic Colors of #9C8162
Black with #9C8162
Text Example
Text Example
White with #9C8162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8162; }
p { color: rgb(156,129,98); }
H1.HeaderClassName
{
color: #9C8162;
}
.AnyTagClassName
{
color: #9C8162;
}
</style>
background-color css
<style>
a { background-color: #9C8162; }
a { background-color: rgb(156,129,98); }
div.DivClassName
{
background-color: #9C8162;
}
.BgClassName
{
background-color: #9C8162;
}
</style>
border-color css
<style>
span { border-color: #9C8162; }
span { border-color: rgb(156,129,98); }
td.TdClassName
{
border-color: #9C8162;
}
.TagClassName
{
border-color: #9C8162;
}
</style>