Shades of Sorrell Brown #997E60
Tints of Sorrell Brown #997E60
RGB
CMYK
RGB Variations
Color information
#997E60 (or 0x997E60) is known color: Sorrell Brown. HEX triplet: 99, 7E and 60. RGB value is (153,126,96). Sum of RGB (Red+Green+Blue) = 153+126+96=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #997E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997E60 is #66819F. Grayscale: #828282. Windows color (decimal): -6717856 or 6323865. OLE color: 6323865.
HSL color Cylindrical-coordinate representation of color #997E60: hue angle of 31.58º 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 #997E60 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 126 | 96 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.4 |
| HSL | 31.58º | 0.23% | 0.49% | - |
| HSV(B) | 31.58º | 0.37% | 0.6% | - |
| XYZ | 22.71 | 22.54 | 14.22 | - |
| YUV | 130.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 96 | 0 | 0.18 | 0.37 | 0.4 | 31.58 | 0.23 | 0.49 |
| Hex | 99 | 7E | 60 | 0 | 12 | 25 | 28 | 20 | 17 | 31 |
| Octal | 231 | 176 | 140 | 0 | 22 | 45 | 50 | 40 | 27 | 61 |
| Binary | 10011001 | 1111110 | 1100000 | 0 | 10010 | 100101 | 101000 | 100000 | 10111 | 110001 |
Color Harmonies of #997E60
Complementary color
Monochromatic Colors of #997E60
Black with #997E60
Text Example
Text Example
White with #997E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997E60; }
p { color: rgb(153,126,96); }
H1.HeaderClassName
{
color: #997E60;
}
.AnyTagClassName
{
color: #997E60;
}
</style>
background-color css
<style>
a { background-color: #997E60; }
a { background-color: rgb(153,126,96); }
div.DivClassName
{
background-color: #997E60;
}
.BgClassName
{
background-color: #997E60;
}
</style>
border-color css
<style>
span { border-color: #997E60; }
span { border-color: rgb(153,126,96); }
td.TdClassName
{
border-color: #997E60;
}
.TagClassName
{
border-color: #997E60;
}
</style>