Shades of Hemp #937A6E
Tints of Hemp #937A6E
RGB
CMYK
RGB Variations
Color information
#937A6E (or 0x937A6E) is known color: Hemp. HEX triplet: 93, 7A and 6E. RGB value is (147,122,110). Sum of RGB (Red+Green+Blue) = 147+122+110=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #937A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A6E is #6C8591. Grayscale: #808080. Windows color (decimal): -7112082 or 7240339. OLE color: 7240339.
HSL color Cylindrical-coordinate representation of color #937A6E: hue angle of 19.46º 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 #937A6E is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 110 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.42 |
| HSL | 19.46º | 0.15% | 0.5% | - |
| HSV(B) | 19.46º | 0.25% | 0.58% | - |
| XYZ | 21.81 | 21.25 | 17.7 | - |
| YUV | 128.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 110 | 0 | 0.17 | 0.25 | 0.42 | 19.46 | 0.15 | 0.5 |
| Hex | 93 | 7A | 6E | 0 | 11 | 19 | 2A | 13 | F | 32 |
| Octal | 223 | 172 | 156 | 0 | 21 | 31 | 52 | 23 | 17 | 62 |
| Binary | 10010011 | 1111010 | 1101110 | 0 | 10001 | 11001 | 101010 | 10011 | 1111 | 110010 |
Color Harmonies of #937A6E
Complementary color
Monochromatic Colors of #937A6E
Black with #937A6E
Text Example
Text Example
White with #937A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A6E; }
p { color: rgb(147,122,110); }
H1.HeaderClassName
{
color: #937A6E;
}
.AnyTagClassName
{
color: #937A6E;
}
</style>
background-color css
<style>
a { background-color: #937A6E; }
a { background-color: rgb(147,122,110); }
div.DivClassName
{
background-color: #937A6E;
}
.BgClassName
{
background-color: #937A6E;
}
</style>
border-color css
<style>
span { border-color: #937A6E; }
span { border-color: rgb(147,122,110); }
td.TdClassName
{
border-color: #937A6E;
}
.TagClassName
{
border-color: #937A6E;
}
</style>