Shades of Sorrell Brown #9D8061
Tints of Sorrell Brown #9D8061
RGB
CMYK
RGB Variations
Color information
#9D8061 (or 0x9D8061) is known color: Sorrell Brown. HEX triplet: 9D, 80 and 61. RGB value is (157,128,97). Sum of RGB (Red+Green+Blue) = 157+128+97=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8061 is #627F9E. Grayscale: #858585. Windows color (decimal): -6455199 or 6389917. OLE color: 6389917.
HSL color Cylindrical-coordinate representation of color #9D8061: hue angle of 31º 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 #9D8061 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 128 | 97 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.38 |
| HSL | 31º | 0.24% | 0.5% | - |
| HSV(B) | 31º | 0.38% | 0.62% | - |
| XYZ | 23.78 | 23.47 | 14.59 | - |
| YUV | 133.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 97 | 0 | 0.18 | 0.38 | 0.38 | 31 | 0.24 | 0.5 |
| Hex | 9D | 80 | 61 | 0 | 12 | 26 | 26 | 1F | 18 | 32 |
| Octal | 235 | 200 | 141 | 0 | 22 | 46 | 46 | 37 | 30 | 62 |
| Binary | 10011101 | 10000000 | 1100001 | 0 | 10010 | 100110 | 100110 | 11111 | 11000 | 110010 |
Color Harmonies of #9D8061
Complementary color
Monochromatic Colors of #9D8061
Black with #9D8061
Text Example
Text Example
White with #9D8061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8061; }
p { color: rgb(157,128,97); }
H1.HeaderClassName
{
color: #9D8061;
}
.AnyTagClassName
{
color: #9D8061;
}
</style>
background-color css
<style>
a { background-color: #9D8061; }
a { background-color: rgb(157,128,97); }
div.DivClassName
{
background-color: #9D8061;
}
.BgClassName
{
background-color: #9D8061;
}
</style>
border-color css
<style>
span { border-color: #9D8061; }
span { border-color: rgb(157,128,97); }
td.TdClassName
{
border-color: #9D8061;
}
.TagClassName
{
border-color: #9D8061;
}
</style>