Shades of Hemp #93746B
Tints of Hemp #93746B
RGB
CMYK
RGB Variations
Color information
#93746B (or 0x93746B) is known color: Hemp. HEX triplet: 93, 74 and 6B. RGB value is (147,116,107). Sum of RGB (Red+Green+Blue) = 147+116+107=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #93746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93746B is #6C8B94. Grayscale: #7C7C7C. Windows color (decimal): -7113621 or 7042195. OLE color: 7042195.
HSL color Cylindrical-coordinate representation of color #93746B: hue angle of 13.5º degrees, saturation: 0.16, 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 #93746B is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 116 | 107 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.42 |
| HSL | 13.5º | 0.16% | 0.5% | - |
| HSV(B) | 13.5º | 0.27% | 0.58% | - |
| XYZ | 20.93 | 19.76 | 16.62 | - |
| YUV | 124.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 107 | 0 | 0.21 | 0.27 | 0.42 | 13.5 | 0.16 | 0.5 |
| Hex | 93 | 74 | 6B | 0 | 15 | 1B | 2A | E | 10 | 32 |
| Octal | 223 | 164 | 153 | 0 | 25 | 33 | 52 | 16 | 20 | 62 |
| Binary | 10010011 | 1110100 | 1101011 | 0 | 10101 | 11011 | 101010 | 1110 | 10000 | 110010 |
Color Harmonies of #93746B
Complementary color
Monochromatic Colors of #93746B
Black with #93746B
Text Example
Text Example
White with #93746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93746B; }
p { color: rgb(147,116,107); }
H1.HeaderClassName
{
color: #93746B;
}
.AnyTagClassName
{
color: #93746B;
}
</style>
background-color css
<style>
a { background-color: #93746B; }
a { background-color: rgb(147,116,107); }
div.DivClassName
{
background-color: #93746B;
}
.BgClassName
{
background-color: #93746B;
}
</style>
border-color css
<style>
span { border-color: #93746B; }
span { border-color: rgb(147,116,107); }
td.TdClassName
{
border-color: #93746B;
}
.TagClassName
{
border-color: #93746B;
}
</style>