Shades of Hemp #937A6C
Tints of Hemp #937A6C
RGB
CMYK
RGB Variations
Color information
#937A6C (or 0x937A6C) is known color: Hemp. HEX triplet: 93, 7A and 6C. RGB value is (147,122,108). Sum of RGB (Red+Green+Blue) = 147+122+108=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #937A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A6C is #6C8593. Grayscale: #7F7F7F. Windows color (decimal): -7112084 or 7109267. OLE color: 7109267.
HSL color Cylindrical-coordinate representation of color #937A6C: hue angle of 21.54º 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 #937A6C is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 108 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.42 |
| HSL | 21.54º | 0.15% | 0.5% | - |
| HSV(B) | 21.54º | 0.27% | 0.58% | - |
| XYZ | 21.7 | 21.2 | 17.14 | - |
| YUV | 127.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 108 | 0 | 0.17 | 0.27 | 0.42 | 21.54 | 0.15 | 0.5 |
| Hex | 93 | 7A | 6C | 0 | 11 | 1B | 2A | 16 | F | 32 |
| Octal | 223 | 172 | 154 | 0 | 21 | 33 | 52 | 26 | 17 | 62 |
| Binary | 10010011 | 1111010 | 1101100 | 0 | 10001 | 11011 | 101010 | 10110 | 1111 | 110010 |
Color Harmonies of #937A6C
Complementary color
Monochromatic Colors of #937A6C
Black with #937A6C
Text Example
Text Example
White with #937A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A6C; }
p { color: rgb(147,122,108); }
H1.HeaderClassName
{
color: #937A6C;
}
.AnyTagClassName
{
color: #937A6C;
}
</style>
background-color css
<style>
a { background-color: #937A6C; }
a { background-color: rgb(147,122,108); }
div.DivClassName
{
background-color: #937A6C;
}
.BgClassName
{
background-color: #937A6C;
}
</style>
border-color css
<style>
span { border-color: #937A6C; }
span { border-color: rgb(147,122,108); }
td.TdClassName
{
border-color: #937A6C;
}
.TagClassName
{
border-color: #937A6C;
}
</style>