Shades of Hemp #94786B
Tints of Hemp #94786B
RGB
CMYK
RGB Variations
Color information
#94786B (or 0x94786B) is known color: Hemp. HEX triplet: 94, 78 and 6B. RGB value is (148,120,107). Sum of RGB (Red+Green+Blue) = 148+120+107=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #94786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94786B is #6B8794. Grayscale: #7E7E7E. Windows color (decimal): -7047061 or 7043220. OLE color: 7043220.
HSL color Cylindrical-coordinate representation of color #94786B: hue angle of 19.02º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94786B is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 120 | 107 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.42 |
| HSL | 19.02º | 0.16% | 0.5% | - |
| HSV(B) | 19.02º | 0.28% | 0.58% | - |
| XYZ | 21.58 | 20.79 | 16.79 | - |
| YUV | 126.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 107 | 0 | 0.19 | 0.28 | 0.42 | 19.02 | 0.16 | 0.5 |
| Hex | 94 | 78 | 6B | 0 | 13 | 1C | 2A | 13 | 10 | 32 |
| Octal | 224 | 170 | 153 | 0 | 23 | 34 | 52 | 23 | 20 | 62 |
| Binary | 10010100 | 1111000 | 1101011 | 0 | 10011 | 11100 | 101010 | 10011 | 10000 | 110010 |
Color Harmonies of #94786B
Complementary color
Monochromatic Colors of #94786B
Black with #94786B
Text Example
Text Example
White with #94786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94786B; }
p { color: rgb(148,120,107); }
H1.HeaderClassName
{
color: #94786B;
}
.AnyTagClassName
{
color: #94786B;
}
</style>
background-color css
<style>
a { background-color: #94786B; }
a { background-color: rgb(148,120,107); }
div.DivClassName
{
background-color: #94786B;
}
.BgClassName
{
background-color: #94786B;
}
</style>
border-color css
<style>
span { border-color: #94786B; }
span { border-color: rgb(148,120,107); }
td.TdClassName
{
border-color: #94786B;
}
.TagClassName
{
border-color: #94786B;
}
</style>