Shades of Sorrell Brown #977C65
Tints of Sorrell Brown #977C65
RGB
CMYK
RGB Variations
Color information
#977C65 (or 0x977C65) is known color: Sorrell Brown. HEX triplet: 97, 7C and 65. RGB value is (151,124,101). Sum of RGB (Red+Green+Blue) = 151+124+101=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #977C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977C65 is #68839A. Grayscale: #818181. Windows color (decimal): -6849435 or 6651031. OLE color: 6651031.
HSL color Cylindrical-coordinate representation of color #977C65: hue angle of 27.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #977C65 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 124 | 101 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.41 |
| HSL | 27.6º | 0.2% | 0.49% | - |
| HSV(B) | 27.6º | 0.33% | 0.59% | - |
| XYZ | 22.32 | 21.93 | 15.37 | - |
| YUV | 129.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 101 | 0 | 0.18 | 0.33 | 0.41 | 27.6 | 0.2 | 0.49 |
| Hex | 97 | 7C | 65 | 0 | 12 | 21 | 29 | 1C | 14 | 31 |
| Octal | 227 | 174 | 145 | 0 | 22 | 41 | 51 | 34 | 24 | 61 |
| Binary | 10010111 | 1111100 | 1100101 | 0 | 10010 | 100001 | 101001 | 11100 | 10100 | 110001 |
Color Harmonies of #977C65
Complementary color
Monochromatic Colors of #977C65
Black with #977C65
Text Example
Text Example
White with #977C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977C65; }
p { color: rgb(151,124,101); }
H1.HeaderClassName
{
color: #977C65;
}
.AnyTagClassName
{
color: #977C65;
}
</style>
background-color css
<style>
a { background-color: #977C65; }
a { background-color: rgb(151,124,101); }
div.DivClassName
{
background-color: #977C65;
}
.BgClassName
{
background-color: #977C65;
}
</style>
border-color css
<style>
span { border-color: #977C65; }
span { border-color: rgb(151,124,101); }
td.TdClassName
{
border-color: #977C65;
}
.TagClassName
{
border-color: #977C65;
}
</style>