Shades of Sorrell Brown #967C64
Tints of Sorrell Brown #967C64
RGB
CMYK
RGB Variations
Color information
#967C64 (or 0x967C64) is known color: Sorrell Brown. HEX triplet: 96, 7C and 64. RGB value is (150,124,100). Sum of RGB (Red+Green+Blue) = 150+124+100=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #967C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C64 is #69839B. Grayscale: #818181. Windows color (decimal): -6914972 or 6585494. OLE color: 6585494.
HSL color Cylindrical-coordinate representation of color #967C64: hue angle of 28.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #967C64 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 124 | 100 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.41 |
| HSL | 28.8º | 0.2% | 0.49% | - |
| HSV(B) | 28.8º | 0.33% | 0.59% | - |
| XYZ | 22.09 | 21.82 | 15.1 | - |
| YUV | 129.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 100 | 0 | 0.17 | 0.33 | 0.41 | 28.8 | 0.2 | 0.49 |
| Hex | 96 | 7C | 64 | 0 | 11 | 21 | 29 | 1D | 14 | 31 |
| Octal | 226 | 174 | 144 | 0 | 21 | 41 | 51 | 35 | 24 | 61 |
| Binary | 10010110 | 1111100 | 1100100 | 0 | 10001 | 100001 | 101001 | 11101 | 10100 | 110001 |
Color Harmonies of #967C64
Complementary color
Monochromatic Colors of #967C64
Black with #967C64
Text Example
Text Example
White with #967C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967C64; }
p { color: rgb(150,124,100); }
H1.HeaderClassName
{
color: #967C64;
}
.AnyTagClassName
{
color: #967C64;
}
</style>
background-color css
<style>
a { background-color: #967C64; }
a { background-color: rgb(150,124,100); }
div.DivClassName
{
background-color: #967C64;
}
.BgClassName
{
background-color: #967C64;
}
</style>
border-color css
<style>
span { border-color: #967C64; }
span { border-color: rgb(150,124,100); }
td.TdClassName
{
border-color: #967C64;
}
.TagClassName
{
border-color: #967C64;
}
</style>