Shades of Hemp #91786E
Tints of Hemp #91786E
RGB
CMYK
RGB Variations
Color information
#91786E (or 0x91786E) is known color: Hemp. HEX triplet: 91, 78 and 6E. RGB value is (145,120,110). Sum of RGB (Red+Green+Blue) = 145+120+110=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #91786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91786E is #6E8791. Grayscale: #7E7E7E. Windows color (decimal): -7243666 or 7239825. OLE color: 7239825.
HSL color Cylindrical-coordinate representation of color #91786E: hue angle of 17.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91786E is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 120 | 110 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.43 |
| HSL | 17.14º | 0.14% | 0.5% | - |
| HSV(B) | 17.14º | 0.24% | 0.57% | - |
| XYZ | 21.21 | 20.58 | 17.61 | - |
| YUV | 126.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 110 | 0 | 0.17 | 0.24 | 0.43 | 17.14 | 0.14 | 0.5 |
| Hex | 91 | 78 | 6E | 0 | 11 | 18 | 2B | 11 | E | 32 |
| Octal | 221 | 170 | 156 | 0 | 21 | 30 | 53 | 21 | 16 | 62 |
| Binary | 10010001 | 1111000 | 1101110 | 0 | 10001 | 11000 | 101011 | 10001 | 1110 | 110010 |
Color Harmonies of #91786E
Complementary color
Monochromatic Colors of #91786E
Black with #91786E
Text Example
Text Example
White with #91786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91786E; }
p { color: rgb(145,120,110); }
H1.HeaderClassName
{
color: #91786E;
}
.AnyTagClassName
{
color: #91786E;
}
</style>
background-color css
<style>
a { background-color: #91786E; }
a { background-color: rgb(145,120,110); }
div.DivClassName
{
background-color: #91786E;
}
.BgClassName
{
background-color: #91786E;
}
</style>
border-color css
<style>
span { border-color: #91786E; }
span { border-color: rgb(145,120,110); }
td.TdClassName
{
border-color: #91786E;
}
.TagClassName
{
border-color: #91786E;
}
</style>