Shades of Hemp #91786B
Tints of Hemp #91786B
RGB
CMYK
RGB Variations
Color information
#91786B (or 0x91786B) is known color: Hemp. HEX triplet: 91, 78 and 6B. RGB value is (145,120,107). Sum of RGB (Red+Green+Blue) = 145+120+107=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #91786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91786B is #6E8794. Grayscale: #7E7E7E. Windows color (decimal): -7243669 or 7043217. OLE color: 7043217.
HSL color Cylindrical-coordinate representation of color #91786B: hue angle of 20.53º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91786B is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 120 | 107 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.43 |
| HSL | 20.53º | 0.15% | 0.49% | - |
| HSV(B) | 20.53º | 0.26% | 0.57% | - |
| XYZ | 21.05 | 20.51 | 16.76 | - |
| YUV | 125.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 107 | 0 | 0.17 | 0.26 | 0.43 | 20.53 | 0.15 | 0.49 |
| Hex | 91 | 78 | 6B | 0 | 11 | 1A | 2B | 15 | F | 31 |
| Octal | 221 | 170 | 153 | 0 | 21 | 32 | 53 | 25 | 17 | 61 |
| Binary | 10010001 | 1111000 | 1101011 | 0 | 10001 | 11010 | 101011 | 10101 | 1111 | 110001 |
Color Harmonies of #91786B
Complementary color
Monochromatic Colors of #91786B
Black with #91786B
Text Example
Text Example
White with #91786B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91786B; }
p { color: rgb(145,120,107); }
H1.HeaderClassName
{
color: #91786B;
}
.AnyTagClassName
{
color: #91786B;
}
</style>
background-color css
<style>
a { background-color: #91786B; }
a { background-color: rgb(145,120,107); }
div.DivClassName
{
background-color: #91786B;
}
.BgClassName
{
background-color: #91786B;
}
</style>
border-color css
<style>
span { border-color: #91786B; }
span { border-color: rgb(145,120,107); }
td.TdClassName
{
border-color: #91786B;
}
.TagClassName
{
border-color: #91786B;
}
</style>