Shades of Sorrell Brown #978060
Tints of Sorrell Brown #978060
RGB
CMYK
RGB Variations
Color information
#978060 (or 0x978060) is known color: Sorrell Brown. HEX triplet: 97, 80 and 60. RGB value is (151,128,96). Sum of RGB (Red+Green+Blue) = 151+128+96=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #978060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978060 is #687F9F. Grayscale: #838383. Windows color (decimal): -6848416 or 6324375. OLE color: 6324375.
HSL color Cylindrical-coordinate representation of color #978060: hue angle of 34.91º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978060 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 128 | 96 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.41 |
| HSL | 34.91º | 0.22% | 0.48% | - |
| HSV(B) | 34.91º | 0.36% | 0.59% | - |
| XYZ | 22.59 | 22.86 | 14.29 | - |
| YUV | 131.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 128 | 96 | 0 | 0.15 | 0.36 | 0.41 | 34.91 | 0.22 | 0.48 |
| Hex | 97 | 80 | 60 | 0 | F | 24 | 29 | 23 | 16 | 30 |
| Octal | 227 | 200 | 140 | 0 | 17 | 44 | 51 | 43 | 26 | 60 |
| Binary | 10010111 | 10000000 | 1100000 | 0 | 1111 | 100100 | 101001 | 100011 | 10110 | 110000 |
Color Harmonies of #978060
Complementary color
Monochromatic Colors of #978060
Black with #978060
Text Example
Text Example
White with #978060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978060; }
p { color: rgb(151,128,96); }
H1.HeaderClassName
{
color: #978060;
}
.AnyTagClassName
{
color: #978060;
}
</style>
background-color css
<style>
a { background-color: #978060; }
a { background-color: rgb(151,128,96); }
div.DivClassName
{
background-color: #978060;
}
.BgClassName
{
background-color: #978060;
}
</style>
border-color css
<style>
span { border-color: #978060; }
span { border-color: rgb(151,128,96); }
td.TdClassName
{
border-color: #978060;
}
.TagClassName
{
border-color: #978060;
}
</style>