Shades of Sorrell Brown #9C7E65
Tints of Sorrell Brown #9C7E65
RGB
CMYK
RGB Variations
Color information
#9C7E65 (or 0x9C7E65) is known color: Sorrell Brown. HEX triplet: 9C, 7E and 65. RGB value is (156,126,101). Sum of RGB (Red+Green+Blue) = 156+126+101=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7E65 is #63819A. Grayscale: #848484. Windows color (decimal): -6521243 or 6651548. OLE color: 6651548.
HSL color Cylindrical-coordinate representation of color #9C7E65: hue angle of 27.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C7E65 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 101 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.39 |
| HSL | 27.27º | 0.22% | 0.5% | - |
| HSV(B) | 27.27º | 0.35% | 0.61% | - |
| XYZ | 23.52 | 22.93 | 15.5 | - |
| YUV | 132.12 | 110.44 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 101 | 0 | 0.19 | 0.35 | 0.39 | 27.27 | 0.22 | 0.5 |
| Hex | 9C | 7E | 65 | 0 | 13 | 23 | 27 | 1B | 16 | 32 |
| Octal | 234 | 176 | 145 | 0 | 23 | 43 | 47 | 33 | 26 | 62 |
| Binary | 10011100 | 1111110 | 1100101 | 0 | 10011 | 100011 | 100111 | 11011 | 10110 | 110010 |
Color Harmonies of #9C7E65
Complementary color
Monochromatic Colors of #9C7E65
Black with #9C7E65
Text Example
Text Example
White with #9C7E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E65; }
p { color: rgb(156,126,101); }
H1.HeaderClassName
{
color: #9C7E65;
}
.AnyTagClassName
{
color: #9C7E65;
}
</style>
background-color css
<style>
a { background-color: #9C7E65; }
a { background-color: rgb(156,126,101); }
div.DivClassName
{
background-color: #9C7E65;
}
.BgClassName
{
background-color: #9C7E65;
}
</style>
border-color css
<style>
span { border-color: #9C7E65; }
span { border-color: rgb(156,126,101); }
td.TdClassName
{
border-color: #9C7E65;
}
.TagClassName
{
border-color: #9C7E65;
}
</style>