Shades of Hemp #94766C
Tints of Hemp #94766C
RGB
CMYK
RGB Variations
Color information
#94766C (or 0x94766C) is known color: Hemp. HEX triplet: 94, 76 and 6C. RGB value is (148,118,108). Sum of RGB (Red+Green+Blue) = 148+118+108=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #94766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94766C is #6B8993. Grayscale: #7D7D7D. Windows color (decimal): -7047572 or 7108244. OLE color: 7108244.
HSL color Cylindrical-coordinate representation of color #94766C: hue angle of 15º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94766C is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 118 | 108 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.42 |
| HSL | 15º | 0.16% | 0.5% | - |
| HSV(B) | 15º | 0.27% | 0.58% | - |
| XYZ | 21.4 | 20.34 | 16.98 | - |
| YUV | 125.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 108 | 0 | 0.20 | 0.27 | 0.42 | 15 | 0.16 | 0.5 |
| Hex | 94 | 76 | 6C | 0 | 14 | 1B | 2A | F | 10 | 32 |
| Octal | 224 | 166 | 154 | 0 | 24 | 33 | 52 | 17 | 20 | 62 |
| Binary | 10010100 | 1110110 | 1101100 | 0 | 10100 | 11011 | 101010 | 1111 | 10000 | 110010 |
Color Harmonies of #94766C
Complementary color
Monochromatic Colors of #94766C
Black with #94766C
Text Example
Text Example
White with #94766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94766C; }
p { color: rgb(148,118,108); }
H1.HeaderClassName
{
color: #94766C;
}
.AnyTagClassName
{
color: #94766C;
}
</style>
background-color css
<style>
a { background-color: #94766C; }
a { background-color: rgb(148,118,108); }
div.DivClassName
{
background-color: #94766C;
}
.BgClassName
{
background-color: #94766C;
}
</style>
border-color css
<style>
span { border-color: #94766C; }
span { border-color: rgb(148,118,108); }
td.TdClassName
{
border-color: #94766C;
}
.TagClassName
{
border-color: #94766C;
}
</style>