Shades of Hemp #95786C
Tints of Hemp #95786C
RGB
CMYK
RGB Variations
Color information
#95786C (or 0x95786C) is known color: Hemp. HEX triplet: 95, 78 and 6C. RGB value is (149,120,108). Sum of RGB (Red+Green+Blue) = 149+120+108=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #95786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95786C is #6A8793. Grayscale: #7F7F7F. Windows color (decimal): -6981524 or 7108757. OLE color: 7108757.
HSL color Cylindrical-coordinate representation of color #95786C: hue angle of 17.56º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95786C is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 108 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.42 |
| HSL | 17.56º | 0.16% | 0.5% | - |
| HSV(B) | 17.56º | 0.28% | 0.58% | - |
| XYZ | 21.82 | 20.91 | 17.07 | - |
| YUV | 127.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 108 | 0 | 0.19 | 0.28 | 0.42 | 17.56 | 0.16 | 0.5 |
| Hex | 95 | 78 | 6C | 0 | 13 | 1C | 2A | 12 | 10 | 32 |
| Octal | 225 | 170 | 154 | 0 | 23 | 34 | 52 | 22 | 20 | 62 |
| Binary | 10010101 | 1111000 | 1101100 | 0 | 10011 | 11100 | 101010 | 10010 | 10000 | 110010 |
Color Harmonies of #95786C
Complementary color
Monochromatic Colors of #95786C
Black with #95786C
Text Example
Text Example
White with #95786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95786C; }
p { color: rgb(149,120,108); }
H1.HeaderClassName
{
color: #95786C;
}
.AnyTagClassName
{
color: #95786C;
}
</style>
background-color css
<style>
a { background-color: #95786C; }
a { background-color: rgb(149,120,108); }
div.DivClassName
{
background-color: #95786C;
}
.BgClassName
{
background-color: #95786C;
}
</style>
border-color css
<style>
span { border-color: #95786C; }
span { border-color: rgb(149,120,108); }
td.TdClassName
{
border-color: #95786C;
}
.TagClassName
{
border-color: #95786C;
}
</style>