Shades of Hemp #94746C
Tints of Hemp #94746C
RGB
CMYK
RGB Variations
Color information
#94746C (or 0x94746C) is known color: Hemp. HEX triplet: 94, 74 and 6C. RGB value is (148,116,108). Sum of RGB (Red+Green+Blue) = 148+116+108=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 148 - color contains mainly: red. Hex color #94746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94746C is #6B8B93. Grayscale: #7C7C7C. Windows color (decimal): -7048084 or 7107732. OLE color: 7107732.
HSL color Cylindrical-coordinate representation of color #94746C: hue angle of 12º 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 #94746C is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 116 | 108 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.42 |
| HSL | 12º | 0.16% | 0.5% | - |
| HSV(B) | 12º | 0.27% | 0.58% | - |
| XYZ | 21.16 | 19.87 | 16.91 | - |
| YUV | 124.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 116 | 108 | 0 | 0.22 | 0.27 | 0.42 | 12 | 0.16 | 0.5 |
| Hex | 94 | 74 | 6C | 0 | 16 | 1B | 2A | C | 10 | 32 |
| Octal | 224 | 164 | 154 | 0 | 26 | 33 | 52 | 14 | 20 | 62 |
| Binary | 10010100 | 1110100 | 1101100 | 0 | 10110 | 11011 | 101010 | 1100 | 10000 | 110010 |
Color Harmonies of #94746C
Complementary color
Monochromatic Colors of #94746C
Black with #94746C
Text Example
Text Example
White with #94746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94746C; }
p { color: rgb(148,116,108); }
H1.HeaderClassName
{
color: #94746C;
}
.AnyTagClassName
{
color: #94746C;
}
</style>
background-color css
<style>
a { background-color: #94746C; }
a { background-color: rgb(148,116,108); }
div.DivClassName
{
background-color: #94746C;
}
.BgClassName
{
background-color: #94746C;
}
</style>
border-color css
<style>
span { border-color: #94746C; }
span { border-color: rgb(148,116,108); }
td.TdClassName
{
border-color: #94746C;
}
.TagClassName
{
border-color: #94746C;
}
</style>