Shades of Hemp #93796C
Tints of Hemp #93796C
RGB
CMYK
RGB Variations
Color information
#93796C (or 0x93796C) is known color: Hemp. HEX triplet: 93, 79 and 6C. RGB value is (147,121,108). Sum of RGB (Red+Green+Blue) = 147+121+108=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #93796C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93796C is #6C8693. Grayscale: #7F7F7F. Windows color (decimal): -7112340 or 7109011. OLE color: 7109011.
HSL color Cylindrical-coordinate representation of color #93796C: hue angle of 20º degrees, saturation: 0.15, 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 #93796C is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 121 | 108 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.42 |
| HSL | 20º | 0.15% | 0.5% | - |
| HSV(B) | 20º | 0.27% | 0.58% | - |
| XYZ | 21.58 | 20.96 | 17.1 | - |
| YUV | 127.29 | 117.11 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 121 | 108 | 0 | 0.18 | 0.27 | 0.42 | 20 | 0.15 | 0.5 |
| Hex | 93 | 79 | 6C | 0 | 12 | 1B | 2A | 14 | F | 32 |
| Octal | 223 | 171 | 154 | 0 | 22 | 33 | 52 | 24 | 17 | 62 |
| Binary | 10010011 | 1111001 | 1101100 | 0 | 10010 | 11011 | 101010 | 10100 | 1111 | 110010 |
Color Harmonies of #93796C
Complementary color
Monochromatic Colors of #93796C
Black with #93796C
Text Example
Text Example
White with #93796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93796C; }
p { color: rgb(147,121,108); }
H1.HeaderClassName
{
color: #93796C;
}
.AnyTagClassName
{
color: #93796C;
}
</style>
background-color css
<style>
a { background-color: #93796C; }
a { background-color: rgb(147,121,108); }
div.DivClassName
{
background-color: #93796C;
}
.BgClassName
{
background-color: #93796C;
}
</style>
border-color css
<style>
span { border-color: #93796C; }
span { border-color: rgb(147,121,108); }
td.TdClassName
{
border-color: #93796C;
}
.TagClassName
{
border-color: #93796C;
}
</style>