Shades of Sorrell Brown #997960
Tints of Sorrell Brown #997960
RGB
CMYK
RGB Variations
Color information
#997960 (or 0x997960) is known color: Sorrell Brown. HEX triplet: 99, 79 and 60. RGB value is (153,121,96). Sum of RGB (Red+Green+Blue) = 153+121+96=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #997960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997960 is #66869F. Grayscale: #7F7F7F. Windows color (decimal): -6719136 or 6322585. OLE color: 6322585.
HSL color Cylindrical-coordinate representation of color #997960: hue angle of 26.32º 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 #997960 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 96 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.4 |
| HSL | 26.32º | 0.23% | 0.49% | - |
| HSV(B) | 26.32º | 0.37% | 0.6% | - |
| XYZ | 22.09 | 21.29 | 14.01 | - |
| YUV | 127.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 96 | 0 | 0.21 | 0.37 | 0.4 | 26.32 | 0.23 | 0.49 |
| Hex | 99 | 79 | 60 | 0 | 15 | 25 | 28 | 1A | 17 | 31 |
| Octal | 231 | 171 | 140 | 0 | 25 | 45 | 50 | 32 | 27 | 61 |
| Binary | 10011001 | 1111001 | 1100000 | 0 | 10101 | 100101 | 101000 | 11010 | 10111 | 110001 |
Color Harmonies of #997960
Complementary color
Monochromatic Colors of #997960
Black with #997960
Text Example
Text Example
White with #997960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997960; }
p { color: rgb(153,121,96); }
H1.HeaderClassName
{
color: #997960;
}
.AnyTagClassName
{
color: #997960;
}
</style>
background-color css
<style>
a { background-color: #997960; }
a { background-color: rgb(153,121,96); }
div.DivClassName
{
background-color: #997960;
}
.BgClassName
{
background-color: #997960;
}
</style>
border-color css
<style>
span { border-color: #997960; }
span { border-color: rgb(153,121,96); }
td.TdClassName
{
border-color: #997960;
}
.TagClassName
{
border-color: #997960;
}
</style>