Shades of Hemp #91786F
Tints of Hemp #91786F
RGB
CMYK
RGB Variations
Color information
#91786F (or 0x91786F) is known color: Hemp. HEX triplet: 91, 78 and 6F. RGB value is (145,120,111). Sum of RGB (Red+Green+Blue) = 145+120+111=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #91786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91786F is #6E8790. Grayscale: #7E7E7E. Windows color (decimal): -7243665 or 7305361. OLE color: 7305361.
HSL color Cylindrical-coordinate representation of color #91786F: hue angle of 15.88º 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 #91786F is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 120 | 111 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.43 |
| HSL | 15.88º | 0.13% | 0.5% | - |
| HSV(B) | 15.88º | 0.23% | 0.57% | - |
| XYZ | 21.26 | 20.6 | 17.89 | - |
| YUV | 126.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 111 | 0 | 0.17 | 0.23 | 0.43 | 15.88 | 0.13 | 0.5 |
| Hex | 91 | 78 | 6F | 0 | 11 | 17 | 2B | 10 | D | 32 |
| Octal | 221 | 170 | 157 | 0 | 21 | 27 | 53 | 20 | 15 | 62 |
| Binary | 10010001 | 1111000 | 1101111 | 0 | 10001 | 10111 | 101011 | 10000 | 1101 | 110010 |
Color Harmonies of #91786F
Complementary color
Monochromatic Colors of #91786F
Black with #91786F
Text Example
Text Example
White with #91786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91786F; }
p { color: rgb(145,120,111); }
H1.HeaderClassName
{
color: #91786F;
}
.AnyTagClassName
{
color: #91786F;
}
</style>
background-color css
<style>
a { background-color: #91786F; }
a { background-color: rgb(145,120,111); }
div.DivClassName
{
background-color: #91786F;
}
.BgClassName
{
background-color: #91786F;
}
</style>
border-color css
<style>
span { border-color: #91786F; }
span { border-color: rgb(145,120,111); }
td.TdClassName
{
border-color: #91786F;
}
.TagClassName
{
border-color: #91786F;
}
</style>