Shades of Sorrell Brown #977B61
Tints of Sorrell Brown #977B61
RGB
CMYK
RGB Variations
Color information
#977B61 (or 0x977B61) is known color: Sorrell Brown. HEX triplet: 97, 7B and 61. RGB value is (151,123,97). Sum of RGB (Red+Green+Blue) = 151+123+97=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #977B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977B61 is #68849E. Grayscale: #808080. Windows color (decimal): -6849695 or 6388631. OLE color: 6388631.
HSL color Cylindrical-coordinate representation of color #977B61: hue angle of 28.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 #977B61 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 123 | 97 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.41 |
| HSL | 28.89º | 0.22% | 0.49% | - |
| HSV(B) | 28.89º | 0.36% | 0.59% | - |
| XYZ | 22 | 21.61 | 14.32 | - |
| YUV | 128.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 97 | 0 | 0.19 | 0.36 | 0.41 | 28.89 | 0.22 | 0.49 |
| Hex | 97 | 7B | 61 | 0 | 13 | 24 | 29 | 1D | 16 | 31 |
| Octal | 227 | 173 | 141 | 0 | 23 | 44 | 51 | 35 | 26 | 61 |
| Binary | 10010111 | 1111011 | 1100001 | 0 | 10011 | 100100 | 101001 | 11101 | 10110 | 110001 |
Color Harmonies of #977B61
Complementary color
Monochromatic Colors of #977B61
Black with #977B61
Text Example
Text Example
White with #977B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977B61; }
p { color: rgb(151,123,97); }
H1.HeaderClassName
{
color: #977B61;
}
.AnyTagClassName
{
color: #977B61;
}
</style>
background-color css
<style>
a { background-color: #977B61; }
a { background-color: rgb(151,123,97); }
div.DivClassName
{
background-color: #977B61;
}
.BgClassName
{
background-color: #977B61;
}
</style>
border-color css
<style>
span { border-color: #977B61; }
span { border-color: rgb(151,123,97); }
td.TdClassName
{
border-color: #977B61;
}
.TagClassName
{
border-color: #977B61;
}
</style>