Shades of Sorrell Brown #96785E
Tints of Sorrell Brown #96785E
RGB
CMYK
RGB Variations
Color information
#96785E (or 0x96785E) is known color: Sorrell Brown. HEX triplet: 96, 78 and 5E. RGB value is (150,120,94). Sum of RGB (Red+Green+Blue) = 150+120+94=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #96785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96785E is #6987A1. Grayscale: #7E7E7E. Windows color (decimal): -6916002 or 6191254. OLE color: 6191254.
HSL color Cylindrical-coordinate representation of color #96785E: hue angle of 27.86º 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 #96785E is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 94 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.41 |
| HSL | 27.86º | 0.23% | 0.48% | - |
| HSV(B) | 27.86º | 0.37% | 0.59% | - |
| XYZ | 21.31 | 20.73 | 13.47 | - |
| YUV | 126.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 94 | 0 | 0.20 | 0.37 | 0.41 | 27.86 | 0.23 | 0.48 |
| Hex | 96 | 78 | 5E | 0 | 14 | 25 | 29 | 1C | 17 | 30 |
| Octal | 226 | 170 | 136 | 0 | 24 | 45 | 51 | 34 | 27 | 60 |
| Binary | 10010110 | 1111000 | 1011110 | 0 | 10100 | 100101 | 101001 | 11100 | 10111 | 110000 |
Color Harmonies of #96785E
Complementary color
Monochromatic Colors of #96785E
Black with #96785E
Text Example
Text Example
White with #96785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96785E; }
p { color: rgb(150,120,94); }
H1.HeaderClassName
{
color: #96785E;
}
.AnyTagClassName
{
color: #96785E;
}
</style>
background-color css
<style>
a { background-color: #96785E; }
a { background-color: rgb(150,120,94); }
div.DivClassName
{
background-color: #96785E;
}
.BgClassName
{
background-color: #96785E;
}
</style>
border-color css
<style>
span { border-color: #96785E; }
span { border-color: rgb(150,120,94); }
td.TdClassName
{
border-color: #96785E;
}
.TagClassName
{
border-color: #96785E;
}
</style>