Shades of Hemp #95766D
Tints of Hemp #95766D
RGB
CMYK
RGB Variations
Color information
#95766D (or 0x95766D) is known color: Hemp. HEX triplet: 95, 76 and 6D. RGB value is (149,118,109). Sum of RGB (Red+Green+Blue) = 149+118+109=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95766D is #6A8992. Grayscale: #7E7E7E. Windows color (decimal): -6982035 or 7173781. OLE color: 7173781.
HSL color Cylindrical-coordinate representation of color #95766D: hue angle of 13.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95766D is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 118 | 109 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.42 |
| HSL | 13.5º | 0.16% | 0.51% | - |
| HSV(B) | 13.5º | 0.27% | 0.58% | - |
| XYZ | 21.63 | 20.45 | 17.28 | - |
| YUV | 126.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 109 | 0 | 0.21 | 0.27 | 0.42 | 13.5 | 0.16 | 0.51 |
| Hex | 95 | 76 | 6D | 0 | 15 | 1B | 2A | E | 10 | 33 |
| Octal | 225 | 166 | 155 | 0 | 25 | 33 | 52 | 16 | 20 | 63 |
| Binary | 10010101 | 1110110 | 1101101 | 0 | 10101 | 11011 | 101010 | 1110 | 10000 | 110011 |
Color Harmonies of #95766D
Complementary color
Monochromatic Colors of #95766D
Black with #95766D
Text Example
Text Example
White with #95766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95766D; }
p { color: rgb(149,118,109); }
H1.HeaderClassName
{
color: #95766D;
}
.AnyTagClassName
{
color: #95766D;
}
</style>
background-color css
<style>
a { background-color: #95766D; }
a { background-color: rgb(149,118,109); }
div.DivClassName
{
background-color: #95766D;
}
.BgClassName
{
background-color: #95766D;
}
</style>
border-color css
<style>
span { border-color: #95766D; }
span { border-color: rgb(149,118,109); }
td.TdClassName
{
border-color: #95766D;
}
.TagClassName
{
border-color: #95766D;
}
</style>