Shades of Sorrell Brown #968166
Tints of Sorrell Brown #968166
RGB
CMYK
RGB Variations
Color information
#968166 (or 0x968166) is known color: Sorrell Brown. HEX triplet: 96, 81 and 66. RGB value is (150,129,102). Sum of RGB (Red+Green+Blue) = 150+129+102=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #968166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968166 is #697E99. Grayscale: #848484. Windows color (decimal): -6913690 or 6717846. OLE color: 6717846.
HSL color Cylindrical-coordinate representation of color #968166: hue angle of 33.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968166 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 129 | 102 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.41 |
| HSL | 33.75º | 0.19% | 0.49% | - |
| HSV(B) | 33.75º | 0.32% | 0.59% | - |
| XYZ | 22.83 | 23.14 | 15.83 | - |
| YUV | 132.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 102 | 0 | 0.14 | 0.32 | 0.41 | 33.75 | 0.19 | 0.49 |
| Hex | 96 | 81 | 66 | 0 | E | 20 | 29 | 22 | 13 | 31 |
| Octal | 226 | 201 | 146 | 0 | 16 | 40 | 51 | 42 | 23 | 61 |
| Binary | 10010110 | 10000001 | 1100110 | 0 | 1110 | 100000 | 101001 | 100010 | 10011 | 110001 |
Color Harmonies of #968166
Complementary color
Monochromatic Colors of #968166
Black with #968166
Text Example
Text Example
White with #968166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968166; }
p { color: rgb(150,129,102); }
H1.HeaderClassName
{
color: #968166;
}
.AnyTagClassName
{
color: #968166;
}
</style>
background-color css
<style>
a { background-color: #968166; }
a { background-color: rgb(150,129,102); }
div.DivClassName
{
background-color: #968166;
}
.BgClassName
{
background-color: #968166;
}
</style>
border-color css
<style>
span { border-color: #968166; }
span { border-color: rgb(150,129,102); }
td.TdClassName
{
border-color: #968166;
}
.TagClassName
{
border-color: #968166;
}
</style>