Shades of Hemp #93776D
Tints of Hemp #93776D
RGB
CMYK
RGB Variations
Color information
#93776D (or 0x93776D) is known color: Hemp. HEX triplet: 93, 77 and 6D. RGB value is (147,119,109). Sum of RGB (Red+Green+Blue) = 147+119+109=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #93776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93776D is #6C8892. Grayscale: #7E7E7E. Windows color (decimal): -7112851 or 7174035. OLE color: 7174035.
HSL color Cylindrical-coordinate representation of color #93776D: hue angle of 15.79º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93776D is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 119 | 109 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.42 |
| HSL | 15.79º | 0.15% | 0.5% | - |
| HSV(B) | 15.79º | 0.26% | 0.58% | - |
| XYZ | 21.39 | 20.5 | 17.3 | - |
| YUV | 126.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 119 | 109 | 0 | 0.19 | 0.26 | 0.42 | 15.79 | 0.15 | 0.5 |
| Hex | 93 | 77 | 6D | 0 | 13 | 1A | 2A | 10 | F | 32 |
| Octal | 223 | 167 | 155 | 0 | 23 | 32 | 52 | 20 | 17 | 62 |
| Binary | 10010011 | 1110111 | 1101101 | 0 | 10011 | 11010 | 101010 | 10000 | 1111 | 110010 |
Color Harmonies of #93776D
Complementary color
Monochromatic Colors of #93776D
Black with #93776D
Text Example
Text Example
White with #93776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93776D; }
p { color: rgb(147,119,109); }
H1.HeaderClassName
{
color: #93776D;
}
.AnyTagClassName
{
color: #93776D;
}
</style>
background-color css
<style>
a { background-color: #93776D; }
a { background-color: rgb(147,119,109); }
div.DivClassName
{
background-color: #93776D;
}
.BgClassName
{
background-color: #93776D;
}
</style>
border-color css
<style>
span { border-color: #93776D; }
span { border-color: rgb(147,119,109); }
td.TdClassName
{
border-color: #93776D;
}
.TagClassName
{
border-color: #93776D;
}
</style>