Shades of Sorrell Brown #967D5E
Tints of Sorrell Brown #967D5E
RGB
CMYK
RGB Variations
Color information
#967D5E (or 0x967D5E) is known color: Sorrell Brown. HEX triplet: 96, 7D and 5E. RGB value is (150,125,94). Sum of RGB (Red+Green+Blue) = 150+125+94=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #967D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D5E is #6982A1. Grayscale: #818181. Windows color (decimal): -6914722 or 6192534. OLE color: 6192534.
HSL color Cylindrical-coordinate representation of color #967D5E: hue angle of 33.21º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #967D5E is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 94 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.41 |
| HSL | 33.21º | 0.23% | 0.48% | - |
| HSV(B) | 33.21º | 0.37% | 0.59% | - |
| XYZ | 21.93 | 21.96 | 13.67 | - |
| YUV | 128.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 94 | 0 | 0.17 | 0.37 | 0.41 | 33.21 | 0.23 | 0.48 |
| Hex | 96 | 7D | 5E | 0 | 11 | 25 | 29 | 21 | 17 | 30 |
| Octal | 226 | 175 | 136 | 0 | 21 | 45 | 51 | 41 | 27 | 60 |
| Binary | 10010110 | 1111101 | 1011110 | 0 | 10001 | 100101 | 101001 | 100001 | 10111 | 110000 |
Color Harmonies of #967D5E
Complementary color
Monochromatic Colors of #967D5E
Black with #967D5E
Text Example
Text Example
White with #967D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D5E; }
p { color: rgb(150,125,94); }
H1.HeaderClassName
{
color: #967D5E;
}
.AnyTagClassName
{
color: #967D5E;
}
</style>
background-color css
<style>
a { background-color: #967D5E; }
a { background-color: rgb(150,125,94); }
div.DivClassName
{
background-color: #967D5E;
}
.BgClassName
{
background-color: #967D5E;
}
</style>
border-color css
<style>
span { border-color: #967D5E; }
span { border-color: rgb(150,125,94); }
td.TdClassName
{
border-color: #967D5E;
}
.TagClassName
{
border-color: #967D5E;
}
</style>