Shades of Sorrell Brown #997760
Tints of Sorrell Brown #997760
RGB
CMYK
RGB Variations
Color information
#997760 (or 0x997760) is known color: Sorrell Brown. HEX triplet: 99, 77 and 60. RGB value is (153,119,96). Sum of RGB (Red+Green+Blue) = 153+119+96=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #997760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997760 is #66889F. Grayscale: #7E7E7E. Windows color (decimal): -6719648 or 6322073. OLE color: 6322073.
HSL color Cylindrical-coordinate representation of color #997760: hue angle of 24.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #997760 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 96 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.4 |
| HSL | 24.21º | 0.23% | 0.49% | - |
| HSV(B) | 24.21º | 0.37% | 0.6% | - |
| XYZ | 21.85 | 20.81 | 13.93 | - |
| YUV | 126.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 96 | 0 | 0.22 | 0.37 | 0.4 | 24.21 | 0.23 | 0.49 |
| Hex | 99 | 77 | 60 | 0 | 16 | 25 | 28 | 18 | 17 | 31 |
| Octal | 231 | 167 | 140 | 0 | 26 | 45 | 50 | 30 | 27 | 61 |
| Binary | 10011001 | 1110111 | 1100000 | 0 | 10110 | 100101 | 101000 | 11000 | 10111 | 110001 |
Color Harmonies of #997760
Complementary color
Monochromatic Colors of #997760
Black with #997760
Text Example
Text Example
White with #997760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997760; }
p { color: rgb(153,119,96); }
H1.HeaderClassName
{
color: #997760;
}
.AnyTagClassName
{
color: #997760;
}
</style>
background-color css
<style>
a { background-color: #997760; }
a { background-color: rgb(153,119,96); }
div.DivClassName
{
background-color: #997760;
}
.BgClassName
{
background-color: #997760;
}
</style>
border-color css
<style>
span { border-color: #997760; }
span { border-color: rgb(153,119,96); }
td.TdClassName
{
border-color: #997760;
}
.TagClassName
{
border-color: #997760;
}
</style>