Shades of Hemp #95766F
Tints of Hemp #95766F
RGB
CMYK
RGB Variations
Color information
#95766F (or 0x95766F) is known color: Hemp. HEX triplet: 95, 76 and 6F. RGB value is (149,118,111). Sum of RGB (Red+Green+Blue) = 149+118+111=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #95766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95766F is #6A8990. Grayscale: #7E7E7E. Windows color (decimal): -6982033 or 7304853. OLE color: 7304853.
HSL color Cylindrical-coordinate representation of color #95766F: hue angle of 11.05º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95766F is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 118 | 111 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.42 |
| HSL | 11.05º | 0.15% | 0.51% | - |
| HSV(B) | 11.05º | 0.26% | 0.58% | - |
| XYZ | 21.74 | 20.49 | 17.85 | - |
| YUV | 126.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 111 | 0 | 0.21 | 0.26 | 0.42 | 11.05 | 0.15 | 0.51 |
| Hex | 95 | 76 | 6F | 0 | 15 | 1A | 2A | B | F | 33 |
| Octal | 225 | 166 | 157 | 0 | 25 | 32 | 52 | 13 | 17 | 63 |
| Binary | 10010101 | 1110110 | 1101111 | 0 | 10101 | 11010 | 101010 | 1011 | 1111 | 110011 |
Color Harmonies of #95766F
Complementary color
Monochromatic Colors of #95766F
Black with #95766F
Text Example
Text Example
White with #95766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95766F; }
p { color: rgb(149,118,111); }
H1.HeaderClassName
{
color: #95766F;
}
.AnyTagClassName
{
color: #95766F;
}
</style>
background-color css
<style>
a { background-color: #95766F; }
a { background-color: rgb(149,118,111); }
div.DivClassName
{
background-color: #95766F;
}
.BgClassName
{
background-color: #95766F;
}
</style>
border-color css
<style>
span { border-color: #95766F; }
span { border-color: rgb(149,118,111); }
td.TdClassName
{
border-color: #95766F;
}
.TagClassName
{
border-color: #95766F;
}
</style>