Shades of Hemp #91796D
Tints of Hemp #91796D
RGB
CMYK
RGB Variations
Color information
#91796D (or 0x91796D) is known color: Hemp. HEX triplet: 91, 79 and 6D. RGB value is (145,121,109). Sum of RGB (Red+Green+Blue) = 145+121+109=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #91796D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91796D is #6E8692. Grayscale: #7E7E7E. Windows color (decimal): -7243411 or 7174545. OLE color: 7174545.
HSL color Cylindrical-coordinate representation of color #91796D: hue angle of 20º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91796D is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 121 | 109 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.43 |
| HSL | 20º | 0.14% | 0.5% | - |
| HSV(B) | 20º | 0.25% | 0.57% | - |
| XYZ | 21.27 | 20.8 | 17.36 | - |
| YUV | 126.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 109 | 0 | 0.17 | 0.25 | 0.43 | 20 | 0.14 | 0.5 |
| Hex | 91 | 79 | 6D | 0 | 11 | 19 | 2B | 14 | E | 32 |
| Octal | 221 | 171 | 155 | 0 | 21 | 31 | 53 | 24 | 16 | 62 |
| Binary | 10010001 | 1111001 | 1101101 | 0 | 10001 | 11001 | 101011 | 10100 | 1110 | 110010 |
Color Harmonies of #91796D
Complementary color
Monochromatic Colors of #91796D
Black with #91796D
Text Example
Text Example
White with #91796D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91796D; }
p { color: rgb(145,121,109); }
H1.HeaderClassName
{
color: #91796D;
}
.AnyTagClassName
{
color: #91796D;
}
</style>
background-color css
<style>
a { background-color: #91796D; }
a { background-color: rgb(145,121,109); }
div.DivClassName
{
background-color: #91796D;
}
.BgClassName
{
background-color: #91796D;
}
</style>
border-color css
<style>
span { border-color: #91796D; }
span { border-color: rgb(145,121,109); }
td.TdClassName
{
border-color: #91796D;
}
.TagClassName
{
border-color: #91796D;
}
</style>