Shades of Sorrell Brown #977B66
Tints of Sorrell Brown #977B66
RGB
CMYK
RGB Variations
Color information
#977B66 (or 0x977B66) is known color: Sorrell Brown. HEX triplet: 97, 7B and 66. RGB value is (151,123,102). Sum of RGB (Red+Green+Blue) = 151+123+102=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #977B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977B66 is #688499. Grayscale: #818181. Windows color (decimal): -6849690 or 6716311. OLE color: 6716311.
HSL color Cylindrical-coordinate representation of color #977B66: hue angle of 25.71º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #977B66 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 123 | 102 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.41 |
| HSL | 25.71º | 0.19% | 0.5% | - |
| HSV(B) | 25.71º | 0.32% | 0.59% | - |
| XYZ | 22.24 | 21.7 | 15.59 | - |
| YUV | 128.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 102 | 0 | 0.19 | 0.32 | 0.41 | 25.71 | 0.19 | 0.5 |
| Hex | 97 | 7B | 66 | 0 | 13 | 20 | 29 | 1A | 13 | 32 |
| Octal | 227 | 173 | 146 | 0 | 23 | 40 | 51 | 32 | 23 | 62 |
| Binary | 10010111 | 1111011 | 1100110 | 0 | 10011 | 100000 | 101001 | 11010 | 10011 | 110010 |
Color Harmonies of #977B66
Complementary color
Monochromatic Colors of #977B66
Black with #977B66
Text Example
Text Example
White with #977B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977B66; }
p { color: rgb(151,123,102); }
H1.HeaderClassName
{
color: #977B66;
}
.AnyTagClassName
{
color: #977B66;
}
</style>
background-color css
<style>
a { background-color: #977B66; }
a { background-color: rgb(151,123,102); }
div.DivClassName
{
background-color: #977B66;
}
.BgClassName
{
background-color: #977B66;
}
</style>
border-color css
<style>
span { border-color: #977B66; }
span { border-color: rgb(151,123,102); }
td.TdClassName
{
border-color: #977B66;
}
.TagClassName
{
border-color: #977B66;
}
</style>