Shades of Hemp #91766A
Tints of Hemp #91766A
RGB
CMYK
RGB Variations
Color information
#91766A (or 0x91766A) is known color: Hemp. HEX triplet: 91, 76 and 6A. RGB value is (145,118,106). Sum of RGB (Red+Green+Blue) = 145+118+106=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #91766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91766A is #6E8995. Grayscale: #7C7C7C. Windows color (decimal): -7244182 or 6977169. OLE color: 6977169.
HSL color Cylindrical-coordinate representation of color #91766A: hue angle of 18.46º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91766A is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 118 | 106 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.43 |
| HSL | 18.46º | 0.16% | 0.49% | - |
| HSV(B) | 18.46º | 0.27% | 0.57% | - |
| XYZ | 20.76 | 20.02 | 16.41 | - |
| YUV | 124.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 106 | 0 | 0.19 | 0.27 | 0.43 | 18.46 | 0.16 | 0.49 |
| Hex | 91 | 76 | 6A | 0 | 13 | 1B | 2B | 12 | 10 | 31 |
| Octal | 221 | 166 | 152 | 0 | 23 | 33 | 53 | 22 | 20 | 61 |
| Binary | 10010001 | 1110110 | 1101010 | 0 | 10011 | 11011 | 101011 | 10010 | 10000 | 110001 |
Color Harmonies of #91766A
Complementary color
Monochromatic Colors of #91766A
Black with #91766A
Text Example
Text Example
White with #91766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91766A; }
p { color: rgb(145,118,106); }
H1.HeaderClassName
{
color: #91766A;
}
.AnyTagClassName
{
color: #91766A;
}
</style>
background-color css
<style>
a { background-color: #91766A; }
a { background-color: rgb(145,118,106); }
div.DivClassName
{
background-color: #91766A;
}
.BgClassName
{
background-color: #91766A;
}
</style>
border-color css
<style>
span { border-color: #91766A; }
span { border-color: rgb(145,118,106); }
td.TdClassName
{
border-color: #91766A;
}
.TagClassName
{
border-color: #91766A;
}
</style>