Shades of Hemp #967C73
Tints of Hemp #967C73
RGB
CMYK
RGB Variations
Color information
#967C73 (or 0x967C73) is known color: Hemp. HEX triplet: 96, 7C and 73. RGB value is (150,124,115). Sum of RGB (Red+Green+Blue) = 150+124+115=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #967C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967C73 is #69838C. Grayscale: #828282. Windows color (decimal): -6914957 or 7568534. OLE color: 7568534.
HSL color Cylindrical-coordinate representation of color #967C73: hue angle of 15.43º 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 #967C73 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 124 | 115 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.41 |
| HSL | 15.43º | 0.14% | 0.52% | - |
| HSV(B) | 15.43º | 0.23% | 0.59% | - |
| XYZ | 22.88 | 22.14 | 19.29 | - |
| YUV | 130.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 115 | 0 | 0.17 | 0.23 | 0.41 | 15.43 | 0.14 | 0.52 |
| Hex | 96 | 7C | 73 | 0 | 11 | 17 | 29 | F | E | 34 |
| Octal | 226 | 174 | 163 | 0 | 21 | 27 | 51 | 17 | 16 | 64 |
| Binary | 10010110 | 1111100 | 1110011 | 0 | 10001 | 10111 | 101001 | 1111 | 1110 | 110100 |
Color Harmonies of #967C73
Complementary color
Monochromatic Colors of #967C73
Black with #967C73
Text Example
Text Example
White with #967C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967C73; }
p { color: rgb(150,124,115); }
H1.HeaderClassName
{
color: #967C73;
}
.AnyTagClassName
{
color: #967C73;
}
</style>
background-color css
<style>
a { background-color: #967C73; }
a { background-color: rgb(150,124,115); }
div.DivClassName
{
background-color: #967C73;
}
.BgClassName
{
background-color: #967C73;
}
</style>
border-color css
<style>
span { border-color: #967C73; }
span { border-color: rgb(150,124,115); }
td.TdClassName
{
border-color: #967C73;
}
.TagClassName
{
border-color: #967C73;
}
</style>