Shades of Hemp #967B6B
Tints of Hemp #967B6B
RGB
CMYK
RGB Variations
Color information
#967B6B (or 0x967B6B) is known color: Hemp. HEX triplet: 96, 7B and 6B. RGB value is (150,123,107). Sum of RGB (Red+Green+Blue) = 150+123+107=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #967B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B6B is #698494. Grayscale: #818181. Windows color (decimal): -6915221 or 7043990. OLE color: 7043990.
HSL color Cylindrical-coordinate representation of color #967B6B: hue angle of 22.33º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #967B6B is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 107 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.41 |
| HSL | 22.33º | 0.17% | 0.5% | - |
| HSV(B) | 22.33º | 0.29% | 0.59% | - |
| XYZ | 22.31 | 21.71 | 16.92 | - |
| YUV | 129.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 107 | 0 | 0.18 | 0.29 | 0.41 | 22.33 | 0.17 | 0.5 |
| Hex | 96 | 7B | 6B | 0 | 12 | 1D | 29 | 16 | 11 | 32 |
| Octal | 226 | 173 | 153 | 0 | 22 | 35 | 51 | 26 | 21 | 62 |
| Binary | 10010110 | 1111011 | 1101011 | 0 | 10010 | 11101 | 101001 | 10110 | 10001 | 110010 |
Color Harmonies of #967B6B
Complementary color
Monochromatic Colors of #967B6B
Black with #967B6B
Text Example
Text Example
White with #967B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B6B; }
p { color: rgb(150,123,107); }
H1.HeaderClassName
{
color: #967B6B;
}
.AnyTagClassName
{
color: #967B6B;
}
</style>
background-color css
<style>
a { background-color: #967B6B; }
a { background-color: rgb(150,123,107); }
div.DivClassName
{
background-color: #967B6B;
}
.BgClassName
{
background-color: #967B6B;
}
</style>
border-color css
<style>
span { border-color: #967B6B; }
span { border-color: rgb(150,123,107); }
td.TdClassName
{
border-color: #967B6B;
}
.TagClassName
{
border-color: #967B6B;
}
</style>