Shades of Hemp #91756B
Tints of Hemp #91756B
RGB
CMYK
RGB Variations
Color information
#91756B (or 0x91756B) is known color: Hemp. HEX triplet: 91, 75 and 6B. RGB value is (145,117,107). Sum of RGB (Red+Green+Blue) = 145+117+107=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #91756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91756B is #6E8A94. Grayscale: #7C7C7C. Windows color (decimal): -7244437 or 7042449. OLE color: 7042449.
HSL color Cylindrical-coordinate representation of color #91756B: hue angle of 15.79º 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 #91756B is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 107 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.43 |
| HSL | 15.79º | 0.15% | 0.49% | - |
| HSV(B) | 15.79º | 0.26% | 0.57% | - |
| XYZ | 20.69 | 19.8 | 16.64 | - |
| YUV | 124.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 107 | 0 | 0.19 | 0.26 | 0.43 | 15.79 | 0.15 | 0.49 |
| Hex | 91 | 75 | 6B | 0 | 13 | 1A | 2B | 10 | F | 31 |
| Octal | 221 | 165 | 153 | 0 | 23 | 32 | 53 | 20 | 17 | 61 |
| Binary | 10010001 | 1110101 | 1101011 | 0 | 10011 | 11010 | 101011 | 10000 | 1111 | 110001 |
Color Harmonies of #91756B
Complementary color
Monochromatic Colors of #91756B
Black with #91756B
Text Example
Text Example
White with #91756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91756B; }
p { color: rgb(145,117,107); }
H1.HeaderClassName
{
color: #91756B;
}
.AnyTagClassName
{
color: #91756B;
}
</style>
background-color css
<style>
a { background-color: #91756B; }
a { background-color: rgb(145,117,107); }
div.DivClassName
{
background-color: #91756B;
}
.BgClassName
{
background-color: #91756B;
}
</style>
border-color css
<style>
span { border-color: #91756B; }
span { border-color: rgb(145,117,107); }
td.TdClassName
{
border-color: #91756B;
}
.TagClassName
{
border-color: #91756B;
}
</style>