Shades of Hemp #93766B
Tints of Hemp #93766B
RGB
CMYK
RGB Variations
Color information
#93766B (or 0x93766B) is known color: Hemp. HEX triplet: 93, 76 and 6B. RGB value is (147,118,107). Sum of RGB (Red+Green+Blue) = 147+118+107=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #93766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93766B is #6C8994. Grayscale: #7D7D7D. Windows color (decimal): -7113109 or 7042707. OLE color: 7042707.
HSL color Cylindrical-coordinate representation of color #93766B: hue angle of 16.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 #93766B is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 118 | 107 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.42 |
| HSL | 16.5º | 0.16% | 0.5% | - |
| HSV(B) | 16.5º | 0.27% | 0.58% | - |
| XYZ | 21.16 | 20.22 | 16.7 | - |
| YUV | 125.42 | 117.61 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 118 | 107 | 0 | 0.20 | 0.27 | 0.42 | 16.5 | 0.16 | 0.5 |
| Hex | 93 | 76 | 6B | 0 | 14 | 1B | 2A | 10 | 10 | 32 |
| Octal | 223 | 166 | 153 | 0 | 24 | 33 | 52 | 20 | 20 | 62 |
| Binary | 10010011 | 1110110 | 1101011 | 0 | 10100 | 11011 | 101010 | 10000 | 10000 | 110010 |
Color Harmonies of #93766B
Complementary color
Monochromatic Colors of #93766B
Black with #93766B
Text Example
Text Example
White with #93766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93766B; }
p { color: rgb(147,118,107); }
H1.HeaderClassName
{
color: #93766B;
}
.AnyTagClassName
{
color: #93766B;
}
</style>
background-color css
<style>
a { background-color: #93766B; }
a { background-color: rgb(147,118,107); }
div.DivClassName
{
background-color: #93766B;
}
.BgClassName
{
background-color: #93766B;
}
</style>
border-color css
<style>
span { border-color: #93766B; }
span { border-color: rgb(147,118,107); }
td.TdClassName
{
border-color: #93766B;
}
.TagClassName
{
border-color: #93766B;
}
</style>