Shades of Hemp #967D74
Tints of Hemp #967D74
RGB
CMYK
RGB Variations
Color information
#967D74 (or 0x967D74) is known color: Hemp. HEX triplet: 96, 7D and 74. RGB value is (150,125,116). Sum of RGB (Red+Green+Blue) = 150+125+116=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #967D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D74 is #69828B. Grayscale: #838383. Windows color (decimal): -6914700 or 7634326. OLE color: 7634326.
HSL color Cylindrical-coordinate representation of color #967D74: hue angle of 15.88º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #967D74 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 116 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.41 |
| HSL | 15.88º | 0.14% | 0.52% | - |
| HSV(B) | 15.88º | 0.23% | 0.59% | - |
| XYZ | 23.06 | 22.41 | 19.63 | - |
| YUV | 131.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 116 | 0 | 0.17 | 0.23 | 0.41 | 15.88 | 0.14 | 0.52 |
| Hex | 96 | 7D | 74 | 0 | 11 | 17 | 29 | 10 | E | 34 |
| Octal | 226 | 175 | 164 | 0 | 21 | 27 | 51 | 20 | 16 | 64 |
| Binary | 10010110 | 1111101 | 1110100 | 0 | 10001 | 10111 | 101001 | 10000 | 1110 | 110100 |
Color Harmonies of #967D74
Complementary color
Monochromatic Colors of #967D74
Black with #967D74
Text Example
Text Example
White with #967D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D74; }
p { color: rgb(150,125,116); }
H1.HeaderClassName
{
color: #967D74;
}
.AnyTagClassName
{
color: #967D74;
}
</style>
background-color css
<style>
a { background-color: #967D74; }
a { background-color: rgb(150,125,116); }
div.DivClassName
{
background-color: #967D74;
}
.BgClassName
{
background-color: #967D74;
}
</style>
border-color css
<style>
span { border-color: #967D74; }
span { border-color: rgb(150,125,116); }
td.TdClassName
{
border-color: #967D74;
}
.TagClassName
{
border-color: #967D74;
}
</style>