Shades of Sorrell Brown #9C7B66
Tints of Sorrell Brown #9C7B66
RGB
CMYK
RGB Variations
Color information
#9C7B66 (or 0x9C7B66) is known color: Sorrell Brown. HEX triplet: 9C, 7B and 66. RGB value is (156,123,102). Sum of RGB (Red+Green+Blue) = 156+123+102=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B66 is #638499. Grayscale: #828282. Windows color (decimal): -6522010 or 6716316. OLE color: 6716316.
HSL color Cylindrical-coordinate representation of color #9C7B66: hue angle of 23.33º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C7B66 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 102 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.39 |
| HSL | 23.33º | 0.21% | 0.51% | - |
| HSV(B) | 23.33º | 0.35% | 0.61% | - |
| XYZ | 23.19 | 22.19 | 15.63 | - |
| YUV | 130.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 102 | 0 | 0.21 | 0.35 | 0.39 | 23.33 | 0.21 | 0.51 |
| Hex | 9C | 7B | 66 | 0 | 15 | 23 | 27 | 17 | 15 | 33 |
| Octal | 234 | 173 | 146 | 0 | 25 | 43 | 47 | 27 | 25 | 63 |
| Binary | 10011100 | 1111011 | 1100110 | 0 | 10101 | 100011 | 100111 | 10111 | 10101 | 110011 |
Color Harmonies of #9C7B66
Complementary color
Monochromatic Colors of #9C7B66
Black with #9C7B66
Text Example
Text Example
White with #9C7B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B66; }
p { color: rgb(156,123,102); }
H1.HeaderClassName
{
color: #9C7B66;
}
.AnyTagClassName
{
color: #9C7B66;
}
</style>
background-color css
<style>
a { background-color: #9C7B66; }
a { background-color: rgb(156,123,102); }
div.DivClassName
{
background-color: #9C7B66;
}
.BgClassName
{
background-color: #9C7B66;
}
</style>
border-color css
<style>
span { border-color: #9C7B66; }
span { border-color: rgb(156,123,102); }
td.TdClassName
{
border-color: #9C7B66;
}
.TagClassName
{
border-color: #9C7B66;
}
</style>