Shades of Hemp #94766E
Tints of Hemp #94766E
RGB
CMYK
RGB Variations
Color information
#94766E (or 0x94766E) is known color: Hemp. HEX triplet: 94, 76 and 6E. RGB value is (148,118,110). Sum of RGB (Red+Green+Blue) = 148+118+110=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #94766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94766E is #6B8991. Grayscale: #7E7E7E. Windows color (decimal): -7047570 or 7239316. OLE color: 7239316.
HSL color Cylindrical-coordinate representation of color #94766E: hue angle of 12.63º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94766E is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 118 | 110 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.42 |
| HSL | 12.63º | 0.15% | 0.51% | - |
| HSV(B) | 12.63º | 0.26% | 0.58% | - |
| XYZ | 21.51 | 20.38 | 17.55 | - |
| YUV | 126.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 110 | 0 | 0.20 | 0.26 | 0.42 | 12.63 | 0.15 | 0.51 |
| Hex | 94 | 76 | 6E | 0 | 14 | 1A | 2A | D | F | 33 |
| Octal | 224 | 166 | 156 | 0 | 24 | 32 | 52 | 15 | 17 | 63 |
| Binary | 10010100 | 1110110 | 1101110 | 0 | 10100 | 11010 | 101010 | 1101 | 1111 | 110011 |
Color Harmonies of #94766E
Complementary color
Monochromatic Colors of #94766E
Black with #94766E
Text Example
Text Example
White with #94766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94766E; }
p { color: rgb(148,118,110); }
H1.HeaderClassName
{
color: #94766E;
}
.AnyTagClassName
{
color: #94766E;
}
</style>
background-color css
<style>
a { background-color: #94766E; }
a { background-color: rgb(148,118,110); }
div.DivClassName
{
background-color: #94766E;
}
.BgClassName
{
background-color: #94766E;
}
</style>
border-color css
<style>
span { border-color: #94766E; }
span { border-color: rgb(148,118,110); }
td.TdClassName
{
border-color: #94766E;
}
.TagClassName
{
border-color: #94766E;
}
</style>