Shades of Sorrell Brown #9D7C61
Tints of Sorrell Brown #9D7C61
RGB
CMYK
RGB Variations
Color information
#9D7C61 (or 0x9D7C61) is known color: Sorrell Brown. HEX triplet: 9D, 7C and 61. RGB value is (157,124,97). Sum of RGB (Red+Green+Blue) = 157+124+97=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7C61 is #62839E. Grayscale: #828282. Windows color (decimal): -6456223 or 6388893. OLE color: 6388893.
HSL color Cylindrical-coordinate representation of color #9D7C61: hue angle of 27º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D7C61 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 124 | 97 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.38 |
| HSL | 27º | 0.24% | 0.5% | - |
| HSV(B) | 27º | 0.38% | 0.62% | - |
| XYZ | 23.27 | 22.45 | 14.42 | - |
| YUV | 130.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 97 | 0 | 0.21 | 0.38 | 0.38 | 27 | 0.24 | 0.5 |
| Hex | 9D | 7C | 61 | 0 | 15 | 26 | 26 | 1B | 18 | 32 |
| Octal | 235 | 174 | 141 | 0 | 25 | 46 | 46 | 33 | 30 | 62 |
| Binary | 10011101 | 1111100 | 1100001 | 0 | 10101 | 100110 | 100110 | 11011 | 11000 | 110010 |
Color Harmonies of #9D7C61
Complementary color
Monochromatic Colors of #9D7C61
Black with #9D7C61
Text Example
Text Example
White with #9D7C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7C61; }
p { color: rgb(157,124,97); }
H1.HeaderClassName
{
color: #9D7C61;
}
.AnyTagClassName
{
color: #9D7C61;
}
</style>
background-color css
<style>
a { background-color: #9D7C61; }
a { background-color: rgb(157,124,97); }
div.DivClassName
{
background-color: #9D7C61;
}
.BgClassName
{
background-color: #9D7C61;
}
</style>
border-color css
<style>
span { border-color: #9D7C61; }
span { border-color: rgb(157,124,97); }
td.TdClassName
{
border-color: #9D7C61;
}
.TagClassName
{
border-color: #9D7C61;
}
</style>