Shades of Sorrell Brown #997D65
Tints of Sorrell Brown #997D65
RGB
CMYK
RGB Variations
Color information
#997D65 (or 0x997D65) is known color: Sorrell Brown. HEX triplet: 99, 7D and 65. RGB value is (153,125,101). Sum of RGB (Red+Green+Blue) = 153+125+101=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #997D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D65 is #66829A. Grayscale: #828282. Windows color (decimal): -6718107 or 6651289. OLE color: 6651289.
HSL color Cylindrical-coordinate representation of color #997D65: hue angle of 27.69º degrees, saturation: 0.2, 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 #997D65 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 101 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.4 |
| HSL | 27.69º | 0.2% | 0.5% | - |
| HSV(B) | 27.69º | 0.34% | 0.6% | - |
| XYZ | 22.82 | 22.38 | 15.43 | - |
| YUV | 130.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 101 | 0 | 0.18 | 0.34 | 0.4 | 27.69 | 0.2 | 0.5 |
| Hex | 99 | 7D | 65 | 0 | 12 | 22 | 28 | 1C | 14 | 32 |
| Octal | 231 | 175 | 145 | 0 | 22 | 42 | 50 | 34 | 24 | 62 |
| Binary | 10011001 | 1111101 | 1100101 | 0 | 10010 | 100010 | 101000 | 11100 | 10100 | 110010 |
Color Harmonies of #997D65
Complementary color
Monochromatic Colors of #997D65
Black with #997D65
Text Example
Text Example
White with #997D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D65; }
p { color: rgb(153,125,101); }
H1.HeaderClassName
{
color: #997D65;
}
.AnyTagClassName
{
color: #997D65;
}
</style>
background-color css
<style>
a { background-color: #997D65; }
a { background-color: rgb(153,125,101); }
div.DivClassName
{
background-color: #997D65;
}
.BgClassName
{
background-color: #997D65;
}
</style>
border-color css
<style>
span { border-color: #997D65; }
span { border-color: rgb(153,125,101); }
td.TdClassName
{
border-color: #997D65;
}
.TagClassName
{
border-color: #997D65;
}
</style>