Shades of Hemp #967B74
Tints of Hemp #967B74
RGB
CMYK
RGB Variations
Color information
#967B74 (or 0x967B74) is known color: Hemp. HEX triplet: 96, 7B and 74. RGB value is (150,123,116). Sum of RGB (Red+Green+Blue) = 150+123+116=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #967B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B74 is #69848B. Grayscale: #828282. Windows color (decimal): -6915212 or 7633814. OLE color: 7633814.
HSL color Cylindrical-coordinate representation of color #967B74: hue angle of 12.35º 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 #967B74 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 116 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.41 |
| HSL | 12.35º | 0.14% | 0.52% | - |
| HSV(B) | 12.35º | 0.23% | 0.59% | - |
| XYZ | 22.81 | 21.91 | 19.55 | - |
| YUV | 130.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 116 | 0 | 0.18 | 0.23 | 0.41 | 12.35 | 0.14 | 0.52 |
| Hex | 96 | 7B | 74 | 0 | 12 | 17 | 29 | C | E | 34 |
| Octal | 226 | 173 | 164 | 0 | 22 | 27 | 51 | 14 | 16 | 64 |
| Binary | 10010110 | 1111011 | 1110100 | 0 | 10010 | 10111 | 101001 | 1100 | 1110 | 110100 |
Color Harmonies of #967B74
Complementary color
Monochromatic Colors of #967B74
Black with #967B74
Text Example
Text Example
White with #967B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B74; }
p { color: rgb(150,123,116); }
H1.HeaderClassName
{
color: #967B74;
}
.AnyTagClassName
{
color: #967B74;
}
</style>
background-color css
<style>
a { background-color: #967B74; }
a { background-color: rgb(150,123,116); }
div.DivClassName
{
background-color: #967B74;
}
.BgClassName
{
background-color: #967B74;
}
</style>
border-color css
<style>
span { border-color: #967B74; }
span { border-color: rgb(150,123,116); }
td.TdClassName
{
border-color: #967B74;
}
.TagClassName
{
border-color: #967B74;
}
</style>