Shades of Sorrell Brown #96805E
Tints of Sorrell Brown #96805E
RGB
CMYK
RGB Variations
Color information
#96805E (or 0x96805E) is known color: Sorrell Brown. HEX triplet: 96, 80 and 5E. RGB value is (150,128,94). Sum of RGB (Red+Green+Blue) = 150+128+94=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96805E is #697FA1. Grayscale: #828282. Windows color (decimal): -6913954 or 6193302. OLE color: 6193302.
HSL color Cylindrical-coordinate representation of color #96805E: hue angle of 36.43º 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 #96805E is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 94 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.41 |
| HSL | 36.43º | 0.23% | 0.48% | - |
| HSV(B) | 36.43º | 0.37% | 0.59% | - |
| XYZ | 22.32 | 22.73 | 13.8 | - |
| YUV | 130.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 94 | 0 | 0.15 | 0.37 | 0.41 | 36.43 | 0.23 | 0.48 |
| Hex | 96 | 80 | 5E | 0 | F | 25 | 29 | 24 | 17 | 30 |
| Octal | 226 | 200 | 136 | 0 | 17 | 45 | 51 | 44 | 27 | 60 |
| Binary | 10010110 | 10000000 | 1011110 | 0 | 1111 | 100101 | 101001 | 100100 | 10111 | 110000 |
Color Harmonies of #96805E
Complementary color
Monochromatic Colors of #96805E
Black with #96805E
Text Example
Text Example
White with #96805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96805E; }
p { color: rgb(150,128,94); }
H1.HeaderClassName
{
color: #96805E;
}
.AnyTagClassName
{
color: #96805E;
}
</style>
background-color css
<style>
a { background-color: #96805E; }
a { background-color: rgb(150,128,94); }
div.DivClassName
{
background-color: #96805E;
}
.BgClassName
{
background-color: #96805E;
}
</style>
border-color css
<style>
span { border-color: #96805E; }
span { border-color: rgb(150,128,94); }
td.TdClassName
{
border-color: #96805E;
}
.TagClassName
{
border-color: #96805E;
}
</style>