Shades of Hemp #967D72
Tints of Hemp #967D72
RGB
CMYK
RGB Variations
Color information
#967D72 (or 0x967D72) is known color: Hemp. HEX triplet: 96, 7D and 72. RGB value is (150,125,114). Sum of RGB (Red+Green+Blue) = 150+125+114=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #967D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D72 is #69828D. Grayscale: #838383. Windows color (decimal): -6914702 or 7503254. OLE color: 7503254.
HSL color Cylindrical-coordinate representation of color #967D72: hue angle of 18.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #967D72 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 114 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.41 |
| HSL | 18.33º | 0.15% | 0.52% | - |
| HSV(B) | 18.33º | 0.24% | 0.59% | - |
| XYZ | 22.95 | 22.37 | 19.03 | - |
| YUV | 131.22 | 118.28 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 114 | 0 | 0.17 | 0.24 | 0.41 | 18.33 | 0.15 | 0.52 |
| Hex | 96 | 7D | 72 | 0 | 11 | 18 | 29 | 12 | F | 34 |
| Octal | 226 | 175 | 162 | 0 | 21 | 30 | 51 | 22 | 17 | 64 |
| Binary | 10010110 | 1111101 | 1110010 | 0 | 10001 | 11000 | 101001 | 10010 | 1111 | 110100 |
Color Harmonies of #967D72
Complementary color
Monochromatic Colors of #967D72
Black with #967D72
Text Example
Text Example
White with #967D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D72; }
p { color: rgb(150,125,114); }
H1.HeaderClassName
{
color: #967D72;
}
.AnyTagClassName
{
color: #967D72;
}
</style>
background-color css
<style>
a { background-color: #967D72; }
a { background-color: rgb(150,125,114); }
div.DivClassName
{
background-color: #967D72;
}
.BgClassName
{
background-color: #967D72;
}
</style>
border-color css
<style>
span { border-color: #967D72; }
span { border-color: rgb(150,125,114); }
td.TdClassName
{
border-color: #967D72;
}
.TagClassName
{
border-color: #967D72;
}
</style>