Shades of Sorrell Brown #967C61
Tints of Sorrell Brown #967C61
RGB
CMYK
RGB Variations
Color information
#967C61 (or 0x967C61) is known color: Sorrell Brown. HEX triplet: 96, 7C and 61. RGB value is (150,124,97). Sum of RGB (Red+Green+Blue) = 150+124+97=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #967C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C61 is #69839E. Grayscale: #808080. Windows color (decimal): -6914975 or 6388886. OLE color: 6388886.
HSL color Cylindrical-coordinate representation of color #967C61: hue angle of 30.57º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967C61 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 124 | 97 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.41 |
| HSL | 30.57º | 0.21% | 0.48% | - |
| HSV(B) | 30.57º | 0.35% | 0.59% | - |
| XYZ | 21.94 | 21.76 | 14.35 | - |
| YUV | 128.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 97 | 0 | 0.17 | 0.35 | 0.41 | 30.57 | 0.21 | 0.48 |
| Hex | 96 | 7C | 61 | 0 | 11 | 23 | 29 | 1F | 15 | 30 |
| Octal | 226 | 174 | 141 | 0 | 21 | 43 | 51 | 37 | 25 | 60 |
| Binary | 10010110 | 1111100 | 1100001 | 0 | 10001 | 100011 | 101001 | 11111 | 10101 | 110000 |
Color Harmonies of #967C61
Complementary color
Monochromatic Colors of #967C61
Black with #967C61
Text Example
Text Example
White with #967C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967C61; }
p { color: rgb(150,124,97); }
H1.HeaderClassName
{
color: #967C61;
}
.AnyTagClassName
{
color: #967C61;
}
</style>
background-color css
<style>
a { background-color: #967C61; }
a { background-color: rgb(150,124,97); }
div.DivClassName
{
background-color: #967C61;
}
.BgClassName
{
background-color: #967C61;
}
</style>
border-color css
<style>
span { border-color: #967C61; }
span { border-color: rgb(150,124,97); }
td.TdClassName
{
border-color: #967C61;
}
.TagClassName
{
border-color: #967C61;
}
</style>