Shades of Hemp #93786E
Tints of Hemp #93786E
RGB
CMYK
RGB Variations
Color information
#93786E (or 0x93786E) is known color: Hemp. HEX triplet: 93, 78 and 6E. RGB value is (147,120,110). Sum of RGB (Red+Green+Blue) = 147+120+110=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #93786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93786E is #6C8791. Grayscale: #7F7F7F. Windows color (decimal): -7112594 or 7239827. OLE color: 7239827.
HSL color Cylindrical-coordinate representation of color #93786E: hue angle of 16.22º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93786E is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 120 | 110 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.42 |
| HSL | 16.22º | 0.15% | 0.5% | - |
| HSV(B) | 16.22º | 0.25% | 0.58% | - |
| XYZ | 21.56 | 20.76 | 17.62 | - |
| YUV | 126.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 110 | 0 | 0.18 | 0.25 | 0.42 | 16.22 | 0.15 | 0.5 |
| Hex | 93 | 78 | 6E | 0 | 12 | 19 | 2A | 10 | F | 32 |
| Octal | 223 | 170 | 156 | 0 | 22 | 31 | 52 | 20 | 17 | 62 |
| Binary | 10010011 | 1111000 | 1101110 | 0 | 10010 | 11001 | 101010 | 10000 | 1111 | 110010 |
Color Harmonies of #93786E
Complementary color
Monochromatic Colors of #93786E
Black with #93786E
Text Example
Text Example
White with #93786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93786E; }
p { color: rgb(147,120,110); }
H1.HeaderClassName
{
color: #93786E;
}
.AnyTagClassName
{
color: #93786E;
}
</style>
background-color css
<style>
a { background-color: #93786E; }
a { background-color: rgb(147,120,110); }
div.DivClassName
{
background-color: #93786E;
}
.BgClassName
{
background-color: #93786E;
}
</style>
border-color css
<style>
span { border-color: #93786E; }
span { border-color: rgb(147,120,110); }
td.TdClassName
{
border-color: #93786E;
}
.TagClassName
{
border-color: #93786E;
}
</style>