Shades of Hemp #93756C
Tints of Hemp #93756C
RGB
CMYK
RGB Variations
Color information
#93756C (or 0x93756C) is known color: Hemp. HEX triplet: 93, 75 and 6C. RGB value is (147,117,108). Sum of RGB (Red+Green+Blue) = 147+117+108=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #93756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93756C is #6C8A93. Grayscale: #7D7D7D. Windows color (decimal): -7113364 or 7107987. OLE color: 7107987.
HSL color Cylindrical-coordinate representation of color #93756C: hue angle of 13.85º 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 #93756C is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 117 | 108 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.42 |
| HSL | 13.85º | 0.15% | 0.5% | - |
| HSV(B) | 13.85º | 0.27% | 0.58% | - |
| XYZ | 21.1 | 20.01 | 16.94 | - |
| YUV | 124.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 108 | 0 | 0.20 | 0.27 | 0.42 | 13.85 | 0.15 | 0.5 |
| Hex | 93 | 75 | 6C | 0 | 14 | 1B | 2A | E | F | 32 |
| Octal | 223 | 165 | 154 | 0 | 24 | 33 | 52 | 16 | 17 | 62 |
| Binary | 10010011 | 1110101 | 1101100 | 0 | 10100 | 11011 | 101010 | 1110 | 1111 | 110010 |
Color Harmonies of #93756C
Complementary color
Monochromatic Colors of #93756C
Black with #93756C
Text Example
Text Example
White with #93756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93756C; }
p { color: rgb(147,117,108); }
H1.HeaderClassName
{
color: #93756C;
}
.AnyTagClassName
{
color: #93756C;
}
</style>
background-color css
<style>
a { background-color: #93756C; }
a { background-color: rgb(147,117,108); }
div.DivClassName
{
background-color: #93756C;
}
.BgClassName
{
background-color: #93756C;
}
</style>
border-color css
<style>
span { border-color: #93756C; }
span { border-color: rgb(147,117,108); }
td.TdClassName
{
border-color: #93756C;
}
.TagClassName
{
border-color: #93756C;
}
</style>