Shades of Sorrell Brown #978461
Tints of Sorrell Brown #978461
RGB
CMYK
RGB Variations
Color information
#978461 (or 0x978461) is known color: Sorrell Brown. HEX triplet: 97, 84 and 61. RGB value is (151,132,97). Sum of RGB (Red+Green+Blue) = 151+132+97=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #978461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978461 is #687B9E. Grayscale: #858585. Windows color (decimal): -6847391 or 6390935. OLE color: 6390935.
HSL color Cylindrical-coordinate representation of color #978461: hue angle of 38.89º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978461 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 132 | 97 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.41 |
| HSL | 38.89º | 0.22% | 0.49% | - |
| HSV(B) | 38.89º | 0.36% | 0.59% | - |
| XYZ | 23.17 | 23.94 | 14.71 | - |
| YUV | 133.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 97 | 0 | 0.13 | 0.36 | 0.41 | 38.89 | 0.22 | 0.49 |
| Hex | 97 | 84 | 61 | 0 | D | 24 | 29 | 27 | 16 | 31 |
| Octal | 227 | 204 | 141 | 0 | 15 | 44 | 51 | 47 | 26 | 61 |
| Binary | 10010111 | 10000100 | 1100001 | 0 | 1101 | 100100 | 101001 | 100111 | 10110 | 110001 |
Color Harmonies of #978461
Complementary color
Monochromatic Colors of #978461
Black with #978461
Text Example
Text Example
White with #978461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978461; }
p { color: rgb(151,132,97); }
H1.HeaderClassName
{
color: #978461;
}
.AnyTagClassName
{
color: #978461;
}
</style>
background-color css
<style>
a { background-color: #978461; }
a { background-color: rgb(151,132,97); }
div.DivClassName
{
background-color: #978461;
}
.BgClassName
{
background-color: #978461;
}
</style>
border-color css
<style>
span { border-color: #978461; }
span { border-color: rgb(151,132,97); }
td.TdClassName
{
border-color: #978461;
}
.TagClassName
{
border-color: #978461;
}
</style>