Shades of Sorrell Brown #9D8661
Tints of Sorrell Brown #9D8661
RGB
CMYK
RGB Variations
Color information
#9D8661 (or 0x9D8661) is known color: Sorrell Brown. HEX triplet: 9D, 86 and 61. RGB value is (157,134,97). Sum of RGB (Red+Green+Blue) = 157+134+97=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8661 is #62799E. Grayscale: #888888. Windows color (decimal): -6453663 or 6391453. OLE color: 6391453.
HSL color Cylindrical-coordinate representation of color #9D8661: hue angle of 37º 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 #9D8661 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 134 | 97 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.38 |
| HSL | 37º | 0.24% | 0.5% | - |
| HSV(B) | 37º | 0.38% | 0.62% | - |
| XYZ | 24.59 | 25.08 | 14.85 | - |
| YUV | 136.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 134 | 97 | 0 | 0.15 | 0.38 | 0.38 | 37 | 0.24 | 0.5 |
| Hex | 9D | 86 | 61 | 0 | F | 26 | 26 | 25 | 18 | 32 |
| Octal | 235 | 206 | 141 | 0 | 17 | 46 | 46 | 45 | 30 | 62 |
| Binary | 10011101 | 10000110 | 1100001 | 0 | 1111 | 100110 | 100110 | 100101 | 11000 | 110010 |
Color Harmonies of #9D8661
Complementary color
Monochromatic Colors of #9D8661
Black with #9D8661
Text Example
Text Example
White with #9D8661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8661; }
p { color: rgb(157,134,97); }
H1.HeaderClassName
{
color: #9D8661;
}
.AnyTagClassName
{
color: #9D8661;
}
</style>
background-color css
<style>
a { background-color: #9D8661; }
a { background-color: rgb(157,134,97); }
div.DivClassName
{
background-color: #9D8661;
}
.BgClassName
{
background-color: #9D8661;
}
</style>
border-color css
<style>
span { border-color: #9D8661; }
span { border-color: rgb(157,134,97); }
td.TdClassName
{
border-color: #9D8661;
}
.TagClassName
{
border-color: #9D8661;
}
</style>