Shades of Hemp #967B6D
Tints of Hemp #967B6D
RGB
CMYK
RGB Variations
Color information
#967B6D (or 0x967B6D) is known color: Hemp. HEX triplet: 96, 7B and 6D. RGB value is (150,123,109). Sum of RGB (Red+Green+Blue) = 150+123+109=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #967B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B6D is #698492. Grayscale: #818181. Windows color (decimal): -6915219 or 7175062. OLE color: 7175062.
HSL color Cylindrical-coordinate representation of color #967B6D: hue angle of 20.49º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #967B6D is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 109 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.41 |
| HSL | 20.49º | 0.16% | 0.51% | - |
| HSV(B) | 20.49º | 0.27% | 0.59% | - |
| XYZ | 22.42 | 21.75 | 17.49 | - |
| YUV | 129.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 109 | 0 | 0.18 | 0.27 | 0.41 | 20.49 | 0.16 | 0.51 |
| Hex | 96 | 7B | 6D | 0 | 12 | 1B | 29 | 14 | 10 | 33 |
| Octal | 226 | 173 | 155 | 0 | 22 | 33 | 51 | 24 | 20 | 63 |
| Binary | 10010110 | 1111011 | 1101101 | 0 | 10010 | 11011 | 101001 | 10100 | 10000 | 110011 |
Color Harmonies of #967B6D
Complementary color
Monochromatic Colors of #967B6D
Black with #967B6D
Text Example
Text Example
White with #967B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B6D; }
p { color: rgb(150,123,109); }
H1.HeaderClassName
{
color: #967B6D;
}
.AnyTagClassName
{
color: #967B6D;
}
</style>
background-color css
<style>
a { background-color: #967B6D; }
a { background-color: rgb(150,123,109); }
div.DivClassName
{
background-color: #967B6D;
}
.BgClassName
{
background-color: #967B6D;
}
</style>
border-color css
<style>
span { border-color: #967B6D; }
span { border-color: rgb(150,123,109); }
td.TdClassName
{
border-color: #967B6D;
}
.TagClassName
{
border-color: #967B6D;
}
</style>