Shades of Hemp #91786C
Tints of Hemp #91786C
RGB
CMYK
RGB Variations
Color information
#91786C (or 0x91786C) is known color: Hemp. HEX triplet: 91, 78 and 6C. RGB value is (145,120,108). Sum of RGB (Red+Green+Blue) = 145+120+108=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #91786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91786C is #6E8793. Grayscale: #7E7E7E. Windows color (decimal): -7243668 or 7108753. OLE color: 7108753.
HSL color Cylindrical-coordinate representation of color #91786C: hue angle of 19.46º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91786C is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 120 | 108 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.43 |
| HSL | 19.46º | 0.15% | 0.5% | - |
| HSV(B) | 19.46º | 0.26% | 0.57% | - |
| XYZ | 21.1 | 20.54 | 17.04 | - |
| YUV | 126.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 108 | 0 | 0.17 | 0.26 | 0.43 | 19.46 | 0.15 | 0.5 |
| Hex | 91 | 78 | 6C | 0 | 11 | 1A | 2B | 13 | F | 32 |
| Octal | 221 | 170 | 154 | 0 | 21 | 32 | 53 | 23 | 17 | 62 |
| Binary | 10010001 | 1111000 | 1101100 | 0 | 10001 | 11010 | 101011 | 10011 | 1111 | 110010 |
Color Harmonies of #91786C
Complementary color
Monochromatic Colors of #91786C
Black with #91786C
Text Example
Text Example
White with #91786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91786C; }
p { color: rgb(145,120,108); }
H1.HeaderClassName
{
color: #91786C;
}
.AnyTagClassName
{
color: #91786C;
}
</style>
background-color css
<style>
a { background-color: #91786C; }
a { background-color: rgb(145,120,108); }
div.DivClassName
{
background-color: #91786C;
}
.BgClassName
{
background-color: #91786C;
}
</style>
border-color css
<style>
span { border-color: #91786C; }
span { border-color: rgb(145,120,108); }
td.TdClassName
{
border-color: #91786C;
}
.TagClassName
{
border-color: #91786C;
}
</style>