Shades of Hemp #94746D
Tints of Hemp #94746D
RGB
CMYK
RGB Variations
Color information
#94746D (or 0x94746D) is known color: Hemp. HEX triplet: 94, 74 and 6D. RGB value is (148,116,109). Sum of RGB (Red+Green+Blue) = 148+116+109=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #94746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94746D is #6B8B92. Grayscale: #7C7C7C. Windows color (decimal): -7048083 or 7173268. OLE color: 7173268.
HSL color Cylindrical-coordinate representation of color #94746D: hue angle of 10.77º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94746D is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 116 | 109 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.42 |
| HSL | 10.77º | 0.15% | 0.5% | - |
| HSV(B) | 10.77º | 0.26% | 0.58% | - |
| XYZ | 21.22 | 19.89 | 17.19 | - |
| YUV | 124.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 116 | 109 | 0 | 0.22 | 0.26 | 0.42 | 10.77 | 0.15 | 0.5 |
| Hex | 94 | 74 | 6D | 0 | 16 | 1A | 2A | B | F | 32 |
| Octal | 224 | 164 | 155 | 0 | 26 | 32 | 52 | 13 | 17 | 62 |
| Binary | 10010100 | 1110100 | 1101101 | 0 | 10110 | 11010 | 101010 | 1011 | 1111 | 110010 |
Color Harmonies of #94746D
Complementary color
Monochromatic Colors of #94746D
Black with #94746D
Text Example
Text Example
White with #94746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94746D; }
p { color: rgb(148,116,109); }
H1.HeaderClassName
{
color: #94746D;
}
.AnyTagClassName
{
color: #94746D;
}
</style>
background-color css
<style>
a { background-color: #94746D; }
a { background-color: rgb(148,116,109); }
div.DivClassName
{
background-color: #94746D;
}
.BgClassName
{
background-color: #94746D;
}
</style>
border-color css
<style>
span { border-color: #94746D; }
span { border-color: rgb(148,116,109); }
td.TdClassName
{
border-color: #94746D;
}
.TagClassName
{
border-color: #94746D;
}
</style>