Shades of Hemp #93786A
Tints of Hemp #93786A
RGB
CMYK
RGB Variations
Color information
#93786A (or 0x93786A) is known color: Hemp. HEX triplet: 93, 78 and 6A. RGB value is (147,120,106). Sum of RGB (Red+Green+Blue) = 147+120+106=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #93786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93786A is #6C8795. Grayscale: #7E7E7E. Windows color (decimal): -7112598 or 6977683. OLE color: 6977683.
HSL color Cylindrical-coordinate representation of color #93786A: hue angle of 20.49º 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 #93786A is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 120 | 106 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.42 |
| HSL | 20.49º | 0.16% | 0.5% | - |
| HSV(B) | 20.49º | 0.28% | 0.58% | - |
| XYZ | 21.35 | 20.68 | 16.5 | - |
| YUV | 126.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 106 | 0 | 0.18 | 0.28 | 0.42 | 20.49 | 0.16 | 0.5 |
| Hex | 93 | 78 | 6A | 0 | 12 | 1C | 2A | 14 | 10 | 32 |
| Octal | 223 | 170 | 152 | 0 | 22 | 34 | 52 | 24 | 20 | 62 |
| Binary | 10010011 | 1111000 | 1101010 | 0 | 10010 | 11100 | 101010 | 10100 | 10000 | 110010 |
Color Harmonies of #93786A
Complementary color
Monochromatic Colors of #93786A
Black with #93786A
Text Example
Text Example
White with #93786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93786A; }
p { color: rgb(147,120,106); }
H1.HeaderClassName
{
color: #93786A;
}
.AnyTagClassName
{
color: #93786A;
}
</style>
background-color css
<style>
a { background-color: #93786A; }
a { background-color: rgb(147,120,106); }
div.DivClassName
{
background-color: #93786A;
}
.BgClassName
{
background-color: #93786A;
}
</style>
border-color css
<style>
span { border-color: #93786A; }
span { border-color: rgb(147,120,106); }
td.TdClassName
{
border-color: #93786A;
}
.TagClassName
{
border-color: #93786A;
}
</style>