Shades of Hemp #94786C
Tints of Hemp #94786C
RGB
CMYK
RGB Variations
Color information
#94786C (or 0x94786C) is known color: Hemp. HEX triplet: 94, 78 and 6C. RGB value is (148,120,108). Sum of RGB (Red+Green+Blue) = 148+120+108=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #94786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94786C is #6B8793. Grayscale: #7F7F7F. Windows color (decimal): -7047060 or 7108756. OLE color: 7108756.
HSL color Cylindrical-coordinate representation of color #94786C: hue angle of 18º 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 #94786C is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 120 | 108 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.42 |
| HSL | 18º | 0.16% | 0.5% | - |
| HSV(B) | 18º | 0.27% | 0.58% | - |
| XYZ | 21.64 | 20.81 | 17.06 | - |
| YUV | 127 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 108 | 0 | 0.19 | 0.27 | 0.42 | 18 | 0.16 | 0.5 |
| Hex | 94 | 78 | 6C | 0 | 13 | 1B | 2A | 12 | 10 | 32 |
| Octal | 224 | 170 | 154 | 0 | 23 | 33 | 52 | 22 | 20 | 62 |
| Binary | 10010100 | 1111000 | 1101100 | 0 | 10011 | 11011 | 101010 | 10010 | 10000 | 110010 |
Color Harmonies of #94786C
Complementary color
Monochromatic Colors of #94786C
Black with #94786C
Text Example
Text Example
White with #94786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94786C; }
p { color: rgb(148,120,108); }
H1.HeaderClassName
{
color: #94786C;
}
.AnyTagClassName
{
color: #94786C;
}
</style>
background-color css
<style>
a { background-color: #94786C; }
a { background-color: rgb(148,120,108); }
div.DivClassName
{
background-color: #94786C;
}
.BgClassName
{
background-color: #94786C;
}
</style>
border-color css
<style>
span { border-color: #94786C; }
span { border-color: rgb(148,120,108); }
td.TdClassName
{
border-color: #94786C;
}
.TagClassName
{
border-color: #94786C;
}
</style>