Shades of Sorrell Brown #967B5E
Tints of Sorrell Brown #967B5E
RGB
CMYK
RGB Variations
Color information
#967B5E (or 0x967B5E) is known color: Sorrell Brown. HEX triplet: 96, 7B and 5E. RGB value is (150,123,94). Sum of RGB (Red+Green+Blue) = 150+123+94=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #967B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B5E is #6984A1. Grayscale: #7F7F7F. Windows color (decimal): -6915234 or 6192022. OLE color: 6192022.
HSL color Cylindrical-coordinate representation of color #967B5E: hue angle of 31.07º 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 #967B5E is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 94 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.41 |
| HSL | 31.07º | 0.23% | 0.48% | - |
| HSV(B) | 31.07º | 0.37% | 0.59% | - |
| XYZ | 21.68 | 21.46 | 13.59 | - |
| YUV | 127.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 94 | 0 | 0.18 | 0.37 | 0.41 | 31.07 | 0.23 | 0.48 |
| Hex | 96 | 7B | 5E | 0 | 12 | 25 | 29 | 1F | 17 | 30 |
| Octal | 226 | 173 | 136 | 0 | 22 | 45 | 51 | 37 | 27 | 60 |
| Binary | 10010110 | 1111011 | 1011110 | 0 | 10010 | 100101 | 101001 | 11111 | 10111 | 110000 |
Color Harmonies of #967B5E
Complementary color
Monochromatic Colors of #967B5E
Black with #967B5E
Text Example
Text Example
White with #967B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B5E; }
p { color: rgb(150,123,94); }
H1.HeaderClassName
{
color: #967B5E;
}
.AnyTagClassName
{
color: #967B5E;
}
</style>
background-color css
<style>
a { background-color: #967B5E; }
a { background-color: rgb(150,123,94); }
div.DivClassName
{
background-color: #967B5E;
}
.BgClassName
{
background-color: #967B5E;
}
</style>
border-color css
<style>
span { border-color: #967B5E; }
span { border-color: rgb(150,123,94); }
td.TdClassName
{
border-color: #967B5E;
}
.TagClassName
{
border-color: #967B5E;
}
</style>