Shades of Sorrell Brown #96805F
Tints of Sorrell Brown #96805F
RGB
CMYK
RGB Variations
Color information
#96805F (or 0x96805F) is known color: Sorrell Brown. HEX triplet: 96, 80 and 5F. RGB value is (150,128,95). Sum of RGB (Red+Green+Blue) = 150+128+95=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96805F is #697FA0. Grayscale: #828282. Windows color (decimal): -6913953 or 6258838. OLE color: 6258838.
HSL color Cylindrical-coordinate representation of color #96805F: hue angle of 36º degrees, saturation: 0.22, 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 #96805F is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 95 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.41 |
| HSL | 36º | 0.22% | 0.48% | - |
| HSV(B) | 36º | 0.37% | 0.59% | - |
| XYZ | 22.36 | 22.75 | 14.04 | - |
| YUV | 130.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 95 | 0 | 0.15 | 0.37 | 0.41 | 36 | 0.22 | 0.48 |
| Hex | 96 | 80 | 5F | 0 | F | 25 | 29 | 24 | 16 | 30 |
| Octal | 226 | 200 | 137 | 0 | 17 | 45 | 51 | 44 | 26 | 60 |
| Binary | 10010110 | 10000000 | 1011111 | 0 | 1111 | 100101 | 101001 | 100100 | 10110 | 110000 |
Color Harmonies of #96805F
Complementary color
Monochromatic Colors of #96805F
Black with #96805F
Text Example
Text Example
White with #96805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96805F; }
p { color: rgb(150,128,95); }
H1.HeaderClassName
{
color: #96805F;
}
.AnyTagClassName
{
color: #96805F;
}
</style>
background-color css
<style>
a { background-color: #96805F; }
a { background-color: rgb(150,128,95); }
div.DivClassName
{
background-color: #96805F;
}
.BgClassName
{
background-color: #96805F;
}
</style>
border-color css
<style>
span { border-color: #96805F; }
span { border-color: rgb(150,128,95); }
td.TdClassName
{
border-color: #96805F;
}
.TagClassName
{
border-color: #96805F;
}
</style>