Shades of Sorrell Brown #968466
Tints of Sorrell Brown #968466
RGB
CMYK
RGB Variations
Color information
#968466 (or 0x968466) is known color: Sorrell Brown. HEX triplet: 96, 84 and 66. RGB value is (150,132,102). Sum of RGB (Red+Green+Blue) = 150+132+102=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #968466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968466 is #697B99. Grayscale: #868686. Windows color (decimal): -6912922 or 6718614. OLE color: 6718614.
HSL color Cylindrical-coordinate representation of color #968466: hue angle of 37.5º 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 #968466 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 102 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.41 |
| HSL | 37.5º | 0.19% | 0.49% | - |
| HSV(B) | 37.5º | 0.32% | 0.59% | - |
| XYZ | 23.23 | 23.95 | 15.97 | - |
| YUV | 133.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 102 | 0 | 0.12 | 0.32 | 0.41 | 37.5 | 0.19 | 0.49 |
| Hex | 96 | 84 | 66 | 0 | C | 20 | 29 | 26 | 13 | 31 |
| Octal | 226 | 204 | 146 | 0 | 14 | 40 | 51 | 46 | 23 | 61 |
| Binary | 10010110 | 10000100 | 1100110 | 0 | 1100 | 100000 | 101001 | 100110 | 10011 | 110001 |
Color Harmonies of #968466
Complementary color
Monochromatic Colors of #968466
Black with #968466
Text Example
Text Example
White with #968466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968466; }
p { color: rgb(150,132,102); }
H1.HeaderClassName
{
color: #968466;
}
.AnyTagClassName
{
color: #968466;
}
</style>
background-color css
<style>
a { background-color: #968466; }
a { background-color: rgb(150,132,102); }
div.DivClassName
{
background-color: #968466;
}
.BgClassName
{
background-color: #968466;
}
</style>
border-color css
<style>
span { border-color: #968466; }
span { border-color: rgb(150,132,102); }
td.TdClassName
{
border-color: #968466;
}
.TagClassName
{
border-color: #968466;
}
</style>