Shades of Sorrell Brown #9C8362
Tints of Sorrell Brown #9C8362
RGB
CMYK
RGB Variations
Color information
#9C8362 (or 0x9C8362) is known color: Sorrell Brown. HEX triplet: 9C, 83 and 62. RGB value is (156,131,98). Sum of RGB (Red+Green+Blue) = 156+131+98=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8362 is #637C9D. Grayscale: #868686. Windows color (decimal): -6519966 or 6456220. OLE color: 6456220.
HSL color Cylindrical-coordinate representation of color #9C8362: hue angle of 34.14º 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 #9C8362 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 98 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.39 |
| HSL | 34.14º | 0.23% | 0.5% | - |
| HSV(B) | 34.14º | 0.37% | 0.61% | - |
| XYZ | 24.03 | 24.18 | 14.96 | - |
| YUV | 134.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 98 | 0 | 0.16 | 0.37 | 0.39 | 34.14 | 0.23 | 0.5 |
| Hex | 9C | 83 | 62 | 0 | 10 | 25 | 27 | 22 | 17 | 32 |
| Octal | 234 | 203 | 142 | 0 | 20 | 45 | 47 | 42 | 27 | 62 |
| Binary | 10011100 | 10000011 | 1100010 | 0 | 10000 | 100101 | 100111 | 100010 | 10111 | 110010 |
Color Harmonies of #9C8362
Complementary color
Monochromatic Colors of #9C8362
Black with #9C8362
Text Example
Text Example
White with #9C8362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8362; }
p { color: rgb(156,131,98); }
H1.HeaderClassName
{
color: #9C8362;
}
.AnyTagClassName
{
color: #9C8362;
}
</style>
background-color css
<style>
a { background-color: #9C8362; }
a { background-color: rgb(156,131,98); }
div.DivClassName
{
background-color: #9C8362;
}
.BgClassName
{
background-color: #9C8362;
}
</style>
border-color css
<style>
span { border-color: #9C8362; }
span { border-color: rgb(156,131,98); }
td.TdClassName
{
border-color: #9C8362;
}
.TagClassName
{
border-color: #9C8362;
}
</style>