Shades of Sorrell Brown #968164
Tints of Sorrell Brown #968164
RGB
CMYK
RGB Variations
Color information
#968164 (or 0x968164) is known color: Sorrell Brown. HEX triplet: 96, 81 and 64. RGB value is (150,129,100). Sum of RGB (Red+Green+Blue) = 150+129+100=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #968164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968164 is #697E9B. Grayscale: #848484. Windows color (decimal): -6913692 or 6586774. OLE color: 6586774.
HSL color Cylindrical-coordinate representation of color #968164: hue angle of 34.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 #968164 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 129 | 100 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.41 |
| HSL | 34.8º | 0.2% | 0.49% | - |
| HSV(B) | 34.8º | 0.33% | 0.59% | - |
| XYZ | 22.73 | 23.1 | 15.32 | - |
| YUV | 131.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 100 | 0 | 0.14 | 0.33 | 0.41 | 34.8 | 0.2 | 0.49 |
| Hex | 96 | 81 | 64 | 0 | E | 21 | 29 | 23 | 14 | 31 |
| Octal | 226 | 201 | 144 | 0 | 16 | 41 | 51 | 43 | 24 | 61 |
| Binary | 10010110 | 10000001 | 1100100 | 0 | 1110 | 100001 | 101001 | 100011 | 10100 | 110001 |
Color Harmonies of #968164
Complementary color
Monochromatic Colors of #968164
Black with #968164
Text Example
Text Example
White with #968164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968164; }
p { color: rgb(150,129,100); }
H1.HeaderClassName
{
color: #968164;
}
.AnyTagClassName
{
color: #968164;
}
</style>
background-color css
<style>
a { background-color: #968164; }
a { background-color: rgb(150,129,100); }
div.DivClassName
{
background-color: #968164;
}
.BgClassName
{
background-color: #968164;
}
</style>
border-color css
<style>
span { border-color: #968164; }
span { border-color: rgb(150,129,100); }
td.TdClassName
{
border-color: #968164;
}
.TagClassName
{
border-color: #968164;
}
</style>