Shades of Sorrell Brown #9C8368
Tints of Sorrell Brown #9C8368
RGB
CMYK
RGB Variations
Color information
#9C8368 (or 0x9C8368) is known color: Sorrell Brown. HEX triplet: 9C, 83 and 68. RGB value is (156,131,104). Sum of RGB (Red+Green+Blue) = 156+131+104=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8368 is #637C97. Grayscale: #878787. Windows color (decimal): -6519960 or 6849436. OLE color: 6849436.
HSL color Cylindrical-coordinate representation of color #9C8368: hue angle of 31.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C8368 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 104 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.39 |
| HSL | 31.15º | 0.21% | 0.51% | - |
| HSV(B) | 31.15º | 0.33% | 0.61% | - |
| XYZ | 24.33 | 24.3 | 16.5 | - |
| YUV | 135.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 104 | 0 | 0.16 | 0.33 | 0.39 | 31.15 | 0.21 | 0.51 |
| Hex | 9C | 83 | 68 | 0 | 10 | 21 | 27 | 1F | 15 | 33 |
| Octal | 234 | 203 | 150 | 0 | 20 | 41 | 47 | 37 | 25 | 63 |
| Binary | 10011100 | 10000011 | 1101000 | 0 | 10000 | 100001 | 100111 | 11111 | 10101 | 110011 |
Color Harmonies of #9C8368
Complementary color
Monochromatic Colors of #9C8368
Black with #9C8368
Text Example
Text Example
White with #9C8368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8368; }
p { color: rgb(156,131,104); }
H1.HeaderClassName
{
color: #9C8368;
}
.AnyTagClassName
{
color: #9C8368;
}
</style>
background-color css
<style>
a { background-color: #9C8368; }
a { background-color: rgb(156,131,104); }
div.DivClassName
{
background-color: #9C8368;
}
.BgClassName
{
background-color: #9C8368;
}
</style>
border-color css
<style>
span { border-color: #9C8368; }
span { border-color: rgb(156,131,104); }
td.TdClassName
{
border-color: #9C8368;
}
.TagClassName
{
border-color: #9C8368;
}
</style>