Shades of Hemp #91796F
Tints of Hemp #91796F
RGB
CMYK
RGB Variations
Color information
#91796F (or 0x91796F) is known color: Hemp. HEX triplet: 91, 79 and 6F. RGB value is (145,121,111). Sum of RGB (Red+Green+Blue) = 145+121+111=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #91796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91796F is #6E8690. Grayscale: #7F7F7F. Windows color (decimal): -7243409 or 7305617. OLE color: 7305617.
HSL color Cylindrical-coordinate representation of color #91796F: hue angle of 17.65º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91796F is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 121 | 111 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.43 |
| HSL | 17.65º | 0.13% | 0.5% | - |
| HSV(B) | 17.65º | 0.23% | 0.57% | - |
| XYZ | 21.38 | 20.84 | 17.93 | - |
| YUV | 127.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 121 | 111 | 0 | 0.17 | 0.23 | 0.43 | 17.65 | 0.13 | 0.5 |
| Hex | 91 | 79 | 6F | 0 | 11 | 17 | 2B | 12 | D | 32 |
| Octal | 221 | 171 | 157 | 0 | 21 | 27 | 53 | 22 | 15 | 62 |
| Binary | 10010001 | 1111001 | 1101111 | 0 | 10001 | 10111 | 101011 | 10010 | 1101 | 110010 |
Color Harmonies of #91796F
Complementary color
Monochromatic Colors of #91796F
Black with #91796F
Text Example
Text Example
White with #91796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91796F; }
p { color: rgb(145,121,111); }
H1.HeaderClassName
{
color: #91796F;
}
.AnyTagClassName
{
color: #91796F;
}
</style>
background-color css
<style>
a { background-color: #91796F; }
a { background-color: rgb(145,121,111); }
div.DivClassName
{
background-color: #91796F;
}
.BgClassName
{
background-color: #91796F;
}
</style>
border-color css
<style>
span { border-color: #91796F; }
span { border-color: rgb(145,121,111); }
td.TdClassName
{
border-color: #91796F;
}
.TagClassName
{
border-color: #91796F;
}
</style>