Shades of Sorrell Brown #967F65
Tints of Sorrell Brown #967F65
RGB
CMYK
RGB Variations
Color information
#967F65 (or 0x967F65) is known color: Sorrell Brown. HEX triplet: 96, 7F and 65. RGB value is (150,127,101). Sum of RGB (Red+Green+Blue) = 150+127+101=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #967F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967F65 is #69809A. Grayscale: #838383. Windows color (decimal): -6914203 or 6651798. OLE color: 6651798.
HSL color Cylindrical-coordinate representation of color #967F65: hue angle of 31.84º 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 #967F65 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 101 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.41 |
| HSL | 31.84º | 0.2% | 0.49% | - |
| HSV(B) | 31.84º | 0.33% | 0.59% | - |
| XYZ | 22.52 | 22.6 | 15.49 | - |
| YUV | 130.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 101 | 0 | 0.15 | 0.33 | 0.41 | 31.84 | 0.2 | 0.49 |
| Hex | 96 | 7F | 65 | 0 | F | 21 | 29 | 20 | 14 | 31 |
| Octal | 226 | 177 | 145 | 0 | 17 | 41 | 51 | 40 | 24 | 61 |
| Binary | 10010110 | 1111111 | 1100101 | 0 | 1111 | 100001 | 101001 | 100000 | 10100 | 110001 |
Color Harmonies of #967F65
Complementary color
Monochromatic Colors of #967F65
Black with #967F65
Text Example
Text Example
White with #967F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F65; }
p { color: rgb(150,127,101); }
H1.HeaderClassName
{
color: #967F65;
}
.AnyTagClassName
{
color: #967F65;
}
</style>
background-color css
<style>
a { background-color: #967F65; }
a { background-color: rgb(150,127,101); }
div.DivClassName
{
background-color: #967F65;
}
.BgClassName
{
background-color: #967F65;
}
</style>
border-color css
<style>
span { border-color: #967F65; }
span { border-color: rgb(150,127,101); }
td.TdClassName
{
border-color: #967F65;
}
.TagClassName
{
border-color: #967F65;
}
</style>