Shades of Sorrell Brown #967E65
Tints of Sorrell Brown #967E65
RGB
CMYK
RGB Variations
Color information
#967E65 (or 0x967E65) is known color: Sorrell Brown. HEX triplet: 96, 7E and 65. RGB value is (150,126,101). Sum of RGB (Red+Green+Blue) = 150+126+101=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #967E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E65 is #69819A. Grayscale: #828282. Windows color (decimal): -6914459 or 6651542. OLE color: 6651542.
HSL color Cylindrical-coordinate representation of color #967E65: hue angle of 30.61º 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 #967E65 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 101 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.41 |
| HSL | 30.61º | 0.2% | 0.49% | - |
| HSV(B) | 30.61º | 0.33% | 0.59% | - |
| XYZ | 22.39 | 22.35 | 15.45 | - |
| YUV | 130.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 101 | 0 | 0.16 | 0.33 | 0.41 | 30.61 | 0.2 | 0.49 |
| Hex | 96 | 7E | 65 | 0 | 10 | 21 | 29 | 1F | 14 | 31 |
| Octal | 226 | 176 | 145 | 0 | 20 | 41 | 51 | 37 | 24 | 61 |
| Binary | 10010110 | 1111110 | 1100101 | 0 | 10000 | 100001 | 101001 | 11111 | 10100 | 110001 |
Color Harmonies of #967E65
Complementary color
Monochromatic Colors of #967E65
Black with #967E65
Text Example
Text Example
White with #967E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E65; }
p { color: rgb(150,126,101); }
H1.HeaderClassName
{
color: #967E65;
}
.AnyTagClassName
{
color: #967E65;
}
</style>
background-color css
<style>
a { background-color: #967E65; }
a { background-color: rgb(150,126,101); }
div.DivClassName
{
background-color: #967E65;
}
.BgClassName
{
background-color: #967E65;
}
</style>
border-color css
<style>
span { border-color: #967E65; }
span { border-color: rgb(150,126,101); }
td.TdClassName
{
border-color: #967E65;
}
.TagClassName
{
border-color: #967E65;
}
</style>