Shades of Sorrell Brown #9C7E63
Tints of Sorrell Brown #9C7E63
RGB
CMYK
RGB Variations
Color information
#9C7E63 (or 0x9C7E63) is known color: Sorrell Brown. HEX triplet: 9C, 7E and 63. RGB value is (156,126,99). Sum of RGB (Red+Green+Blue) = 156+126+99=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7E63 is #63819C. Grayscale: #848484. Windows color (decimal): -6521245 or 6520476. OLE color: 6520476.
HSL color Cylindrical-coordinate representation of color #9C7E63: hue angle of 28.42º 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 #9C7E63 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 99 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.39 |
| HSL | 28.42º | 0.22% | 0.5% | - |
| HSV(B) | 28.42º | 0.37% | 0.61% | - |
| XYZ | 23.42 | 22.89 | 14.99 | - |
| YUV | 131.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 99 | 0 | 0.19 | 0.37 | 0.39 | 28.42 | 0.22 | 0.5 |
| Hex | 9C | 7E | 63 | 0 | 13 | 25 | 27 | 1C | 16 | 32 |
| Octal | 234 | 176 | 143 | 0 | 23 | 45 | 47 | 34 | 26 | 62 |
| Binary | 10011100 | 1111110 | 1100011 | 0 | 10011 | 100101 | 100111 | 11100 | 10110 | 110010 |
Color Harmonies of #9C7E63
Complementary color
Monochromatic Colors of #9C7E63
Black with #9C7E63
Text Example
Text Example
White with #9C7E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E63; }
p { color: rgb(156,126,99); }
H1.HeaderClassName
{
color: #9C7E63;
}
.AnyTagClassName
{
color: #9C7E63;
}
</style>
background-color css
<style>
a { background-color: #9C7E63; }
a { background-color: rgb(156,126,99); }
div.DivClassName
{
background-color: #9C7E63;
}
.BgClassName
{
background-color: #9C7E63;
}
</style>
border-color css
<style>
span { border-color: #9C7E63; }
span { border-color: rgb(156,126,99); }
td.TdClassName
{
border-color: #9C7E63;
}
.TagClassName
{
border-color: #9C7E63;
}
</style>