Shades of Sorrell Brown #9A7D65
Tints of Sorrell Brown #9A7D65
RGB
CMYK
RGB Variations
Color information
#9A7D65 (or 0x9A7D65) is known color: Sorrell Brown. HEX triplet: 9A, 7D and 65. RGB value is (154,125,101). Sum of RGB (Red+Green+Blue) = 154+125+101=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7D65 is #65829A. Grayscale: #838383. Windows color (decimal): -6652571 or 6651290. OLE color: 6651290.
HSL color Cylindrical-coordinate representation of color #9A7D65: hue angle of 27.17º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A7D65 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 125 | 101 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.40 |
| HSL | 27.17º | 0.21% | 0.5% | - |
| HSV(B) | 27.17º | 0.34% | 0.6% | - |
| XYZ | 23.01 | 22.48 | 15.44 | - |
| YUV | 130.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 101 | 0 | 0.19 | 0.34 | 0.40 | 27.17 | 0.21 | 0.5 |
| Hex | 9A | 7D | 65 | 0 | 13 | 22 | 28 | 1B | 15 | 32 |
| Octal | 232 | 175 | 145 | 0 | 23 | 42 | 50 | 33 | 25 | 62 |
| Binary | 10011010 | 1111101 | 1100101 | 0 | 10011 | 100010 | 101000 | 11011 | 10101 | 110010 |
Color Harmonies of #9A7D65
Complementary color
Monochromatic Colors of #9A7D65
Black with #9A7D65
Text Example
Text Example
White with #9A7D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7D65; }
p { color: rgb(154,125,101); }
H1.HeaderClassName
{
color: #9A7D65;
}
.AnyTagClassName
{
color: #9A7D65;
}
</style>
background-color css
<style>
a { background-color: #9A7D65; }
a { background-color: rgb(154,125,101); }
div.DivClassName
{
background-color: #9A7D65;
}
.BgClassName
{
background-color: #9A7D65;
}
</style>
border-color css
<style>
span { border-color: #9A7D65; }
span { border-color: rgb(154,125,101); }
td.TdClassName
{
border-color: #9A7D65;
}
.TagClassName
{
border-color: #9A7D65;
}
</style>