Shades of Sorrell Brown #967F66
Tints of Sorrell Brown #967F66
RGB
CMYK
RGB Variations
Color information
#967F66 (or 0x967F66) is known color: Sorrell Brown. HEX triplet: 96, 7F and 66. RGB value is (150,127,102). Sum of RGB (Red+Green+Blue) = 150+127+102=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #967F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F66 is #698099. Grayscale: #838383. Windows color (decimal): -6914202 or 6717334. OLE color: 6717334.
HSL color Cylindrical-coordinate representation of color #967F66: hue angle of 31.25º 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 #967F66 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 102 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.41 |
| HSL | 31.25º | 0.19% | 0.49% | - |
| HSV(B) | 31.25º | 0.32% | 0.59% | - |
| XYZ | 22.57 | 22.62 | 15.75 | - |
| YUV | 131.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 102 | 0 | 0.15 | 0.32 | 0.41 | 31.25 | 0.19 | 0.49 |
| Hex | 96 | 7F | 66 | 0 | F | 20 | 29 | 1F | 13 | 31 |
| Octal | 226 | 177 | 146 | 0 | 17 | 40 | 51 | 37 | 23 | 61 |
| Binary | 10010110 | 1111111 | 1100110 | 0 | 1111 | 100000 | 101001 | 11111 | 10011 | 110001 |
Color Harmonies of #967F66
Complementary color
Monochromatic Colors of #967F66
Black with #967F66
Text Example
Text Example
White with #967F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F66; }
p { color: rgb(150,127,102); }
H1.HeaderClassName
{
color: #967F66;
}
.AnyTagClassName
{
color: #967F66;
}
</style>
background-color css
<style>
a { background-color: #967F66; }
a { background-color: rgb(150,127,102); }
div.DivClassName
{
background-color: #967F66;
}
.BgClassName
{
background-color: #967F66;
}
</style>
border-color css
<style>
span { border-color: #967F66; }
span { border-color: rgb(150,127,102); }
td.TdClassName
{
border-color: #967F66;
}
.TagClassName
{
border-color: #967F66;
}
</style>