Shades of Sorrell Brown #96805D
Tints of Sorrell Brown #96805D
RGB
CMYK
RGB Variations
Color information
#96805D (or 0x96805D) is known color: Sorrell Brown. HEX triplet: 96, 80 and 5D. RGB value is (150,128,93). Sum of RGB (Red+Green+Blue) = 150+128+93=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96805D is #697FA2. Grayscale: #828282. Windows color (decimal): -6913955 or 6127766. OLE color: 6127766.
HSL color Cylindrical-coordinate representation of color #96805D: hue angle of 36.84º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96805D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 93 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.41 |
| HSL | 36.84º | 0.23% | 0.48% | - |
| HSV(B) | 36.84º | 0.38% | 0.59% | - |
| XYZ | 22.27 | 22.71 | 13.57 | - |
| YUV | 130.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 93 | 0 | 0.15 | 0.38 | 0.41 | 36.84 | 0.23 | 0.48 |
| Hex | 96 | 80 | 5D | 0 | F | 26 | 29 | 25 | 17 | 30 |
| Octal | 226 | 200 | 135 | 0 | 17 | 46 | 51 | 45 | 27 | 60 |
| Binary | 10010110 | 10000000 | 1011101 | 0 | 1111 | 100110 | 101001 | 100101 | 10111 | 110000 |
Color Harmonies of #96805D
Complementary color
Monochromatic Colors of #96805D
Black with #96805D
Text Example
Text Example
White with #96805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96805D; }
p { color: rgb(150,128,93); }
H1.HeaderClassName
{
color: #96805D;
}
.AnyTagClassName
{
color: #96805D;
}
</style>
background-color css
<style>
a { background-color: #96805D; }
a { background-color: rgb(150,128,93); }
div.DivClassName
{
background-color: #96805D;
}
.BgClassName
{
background-color: #96805D;
}
</style>
border-color css
<style>
span { border-color: #96805D; }
span { border-color: rgb(150,128,93); }
td.TdClassName
{
border-color: #96805D;
}
.TagClassName
{
border-color: #96805D;
}
</style>