Shades of Sorrell Brown #9D7D65
Tints of Sorrell Brown #9D7D65
RGB
CMYK
RGB Variations
Color information
#9D7D65 (or 0x9D7D65) is known color: Sorrell Brown. HEX triplet: 9D, 7D and 65. RGB value is (157,125,101). Sum of RGB (Red+Green+Blue) = 157+125+101=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7D65 is #62829A. Grayscale: #838383. Windows color (decimal): -6455963 or 6651293. OLE color: 6651293.
HSL color Cylindrical-coordinate representation of color #9D7D65: hue angle of 25.71º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D7D65 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 125 | 101 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.38 |
| HSL | 25.71º | 0.22% | 0.51% | - |
| HSV(B) | 25.71º | 0.36% | 0.62% | - |
| XYZ | 23.59 | 22.77 | 15.46 | - |
| YUV | 131.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 125 | 101 | 0 | 0.20 | 0.36 | 0.38 | 25.71 | 0.22 | 0.51 |
| Hex | 9D | 7D | 65 | 0 | 14 | 24 | 26 | 1A | 16 | 33 |
| Octal | 235 | 175 | 145 | 0 | 24 | 44 | 46 | 32 | 26 | 63 |
| Binary | 10011101 | 1111101 | 1100101 | 0 | 10100 | 100100 | 100110 | 11010 | 10110 | 110011 |
Color Harmonies of #9D7D65
Complementary color
Monochromatic Colors of #9D7D65
Black with #9D7D65
Text Example
Text Example
White with #9D7D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7D65; }
p { color: rgb(157,125,101); }
H1.HeaderClassName
{
color: #9D7D65;
}
.AnyTagClassName
{
color: #9D7D65;
}
</style>
background-color css
<style>
a { background-color: #9D7D65; }
a { background-color: rgb(157,125,101); }
div.DivClassName
{
background-color: #9D7D65;
}
.BgClassName
{
background-color: #9D7D65;
}
</style>
border-color css
<style>
span { border-color: #9D7D65; }
span { border-color: rgb(157,125,101); }
td.TdClassName
{
border-color: #9D7D65;
}
.TagClassName
{
border-color: #9D7D65;
}
</style>