Shades of Hemp #967B72
Tints of Hemp #967B72
RGB
CMYK
RGB Variations
Color information
#967B72 (or 0x967B72) is known color: Hemp. HEX triplet: 96, 7B and 72. RGB value is (150,123,114). Sum of RGB (Red+Green+Blue) = 150+123+114=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #967B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B72 is #69848D. Grayscale: #828282. Windows color (decimal): -6915214 or 7502742. OLE color: 7502742.
HSL color Cylindrical-coordinate representation of color #967B72: hue angle of 15º 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 #967B72 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 114 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.41 |
| HSL | 15º | 0.15% | 0.52% | - |
| HSV(B) | 15º | 0.24% | 0.59% | - |
| XYZ | 22.7 | 21.86 | 18.94 | - |
| YUV | 130.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 114 | 0 | 0.18 | 0.24 | 0.41 | 15 | 0.15 | 0.52 |
| Hex | 96 | 7B | 72 | 0 | 12 | 18 | 29 | F | F | 34 |
| Octal | 226 | 173 | 162 | 0 | 22 | 30 | 51 | 17 | 17 | 64 |
| Binary | 10010110 | 1111011 | 1110010 | 0 | 10010 | 11000 | 101001 | 1111 | 1111 | 110100 |
Color Harmonies of #967B72
Complementary color
Monochromatic Colors of #967B72
Black with #967B72
Text Example
Text Example
White with #967B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B72; }
p { color: rgb(150,123,114); }
H1.HeaderClassName
{
color: #967B72;
}
.AnyTagClassName
{
color: #967B72;
}
</style>
background-color css
<style>
a { background-color: #967B72; }
a { background-color: rgb(150,123,114); }
div.DivClassName
{
background-color: #967B72;
}
.BgClassName
{
background-color: #967B72;
}
</style>
border-color css
<style>
span { border-color: #967B72; }
span { border-color: rgb(150,123,114); }
td.TdClassName
{
border-color: #967B72;
}
.TagClassName
{
border-color: #967B72;
}
</style>