Shades of Sorrell Brown #9C8063
Tints of Sorrell Brown #9C8063
RGB
CMYK
RGB Variations
Color information
#9C8063 (or 0x9C8063) is known color: Sorrell Brown. HEX triplet: 9C, 80 and 63. RGB value is (156,128,99). Sum of RGB (Red+Green+Blue) = 156+128+99=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8063 is #637F9C. Grayscale: #858585. Windows color (decimal): -6520733 or 6520988. OLE color: 6520988.
HSL color Cylindrical-coordinate representation of color #9C8063: hue angle of 30.53º degrees, saturation: 0.22, 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 #9C8063 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 128 | 99 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.39 |
| HSL | 30.53º | 0.22% | 0.5% | - |
| HSV(B) | 30.53º | 0.37% | 0.61% | - |
| XYZ | 23.68 | 23.41 | 15.07 | - |
| YUV | 133.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 99 | 0 | 0.18 | 0.37 | 0.39 | 30.53 | 0.22 | 0.5 |
| Hex | 9C | 80 | 63 | 0 | 12 | 25 | 27 | 1F | 16 | 32 |
| Octal | 234 | 200 | 143 | 0 | 22 | 45 | 47 | 37 | 26 | 62 |
| Binary | 10011100 | 10000000 | 1100011 | 0 | 10010 | 100101 | 100111 | 11111 | 10110 | 110010 |
Color Harmonies of #9C8063
Complementary color
Monochromatic Colors of #9C8063
Black with #9C8063
Text Example
Text Example
White with #9C8063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8063; }
p { color: rgb(156,128,99); }
H1.HeaderClassName
{
color: #9C8063;
}
.AnyTagClassName
{
color: #9C8063;
}
</style>
background-color css
<style>
a { background-color: #9C8063; }
a { background-color: rgb(156,128,99); }
div.DivClassName
{
background-color: #9C8063;
}
.BgClassName
{
background-color: #9C8063;
}
</style>
border-color css
<style>
span { border-color: #9C8063; }
span { border-color: rgb(156,128,99); }
td.TdClassName
{
border-color: #9C8063;
}
.TagClassName
{
border-color: #9C8063;
}
</style>