Shades of Hemp #93786D
Tints of Hemp #93786D
RGB
CMYK
RGB Variations
Color information
#93786D (or 0x93786D) is known color: Hemp. HEX triplet: 93, 78 and 6D. RGB value is (147,120,109). Sum of RGB (Red+Green+Blue) = 147+120+109=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #93786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93786D is #6C8792. Grayscale: #7E7E7E. Windows color (decimal): -7112595 or 7174291. OLE color: 7174291.
HSL color Cylindrical-coordinate representation of color #93786D: hue angle of 17.37º 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 #93786D is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 120 | 109 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.42 |
| HSL | 17.37º | 0.15% | 0.5% | - |
| HSV(B) | 17.37º | 0.26% | 0.58% | - |
| XYZ | 21.51 | 20.74 | 17.34 | - |
| YUV | 126.82 | 117.95 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 109 | 0 | 0.18 | 0.26 | 0.42 | 17.37 | 0.15 | 0.5 |
| Hex | 93 | 78 | 6D | 0 | 12 | 1A | 2A | 11 | F | 32 |
| Octal | 223 | 170 | 155 | 0 | 22 | 32 | 52 | 21 | 17 | 62 |
| Binary | 10010011 | 1111000 | 1101101 | 0 | 10010 | 11010 | 101010 | 10001 | 1111 | 110010 |
Color Harmonies of #93786D
Complementary color
Monochromatic Colors of #93786D
Black with #93786D
Text Example
Text Example
White with #93786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93786D; }
p { color: rgb(147,120,109); }
H1.HeaderClassName
{
color: #93786D;
}
.AnyTagClassName
{
color: #93786D;
}
</style>
background-color css
<style>
a { background-color: #93786D; }
a { background-color: rgb(147,120,109); }
div.DivClassName
{
background-color: #93786D;
}
.BgClassName
{
background-color: #93786D;
}
</style>
border-color css
<style>
span { border-color: #93786D; }
span { border-color: rgb(147,120,109); }
td.TdClassName
{
border-color: #93786D;
}
.TagClassName
{
border-color: #93786D;
}
</style>