Shades of Sorrell Brown #997F60
Tints of Sorrell Brown #997F60
RGB
CMYK
RGB Variations
Color information
#997F60 (or 0x997F60) is known color: Sorrell Brown. HEX triplet: 99, 7F and 60. RGB value is (153,127,96). Sum of RGB (Red+Green+Blue) = 153+127+96=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #997F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F60 is #66809F. Grayscale: #838383. Windows color (decimal): -6717600 or 6324121. OLE color: 6324121.
HSL color Cylindrical-coordinate representation of color #997F60: hue angle of 32.63º 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 #997F60 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 96 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.4 |
| HSL | 32.63º | 0.23% | 0.49% | - |
| HSV(B) | 32.63º | 0.37% | 0.6% | - |
| XYZ | 22.84 | 22.8 | 14.26 | - |
| YUV | 131.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 96 | 0 | 0.17 | 0.37 | 0.4 | 32.63 | 0.23 | 0.49 |
| Hex | 99 | 7F | 60 | 0 | 11 | 25 | 28 | 21 | 17 | 31 |
| Octal | 231 | 177 | 140 | 0 | 21 | 45 | 50 | 41 | 27 | 61 |
| Binary | 10011001 | 1111111 | 1100000 | 0 | 10001 | 100101 | 101000 | 100001 | 10111 | 110001 |
Color Harmonies of #997F60
Complementary color
Monochromatic Colors of #997F60
Black with #997F60
Text Example
Text Example
White with #997F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F60; }
p { color: rgb(153,127,96); }
H1.HeaderClassName
{
color: #997F60;
}
.AnyTagClassName
{
color: #997F60;
}
</style>
background-color css
<style>
a { background-color: #997F60; }
a { background-color: rgb(153,127,96); }
div.DivClassName
{
background-color: #997F60;
}
.BgClassName
{
background-color: #997F60;
}
</style>
border-color css
<style>
span { border-color: #997F60; }
span { border-color: rgb(153,127,96); }
td.TdClassName
{
border-color: #997F60;
}
.TagClassName
{
border-color: #997F60;
}
</style>