Shades of Hemp #95786A
Tints of Hemp #95786A
RGB
CMYK
RGB Variations
Color information
#95786A (or 0x95786A) is known color: Hemp. HEX triplet: 95, 78 and 6A. RGB value is (149,120,106). Sum of RGB (Red+Green+Blue) = 149+120+106=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95786A is #6A8795. Grayscale: #7F7F7F. Windows color (decimal): -6981526 or 6977685. OLE color: 6977685.
HSL color Cylindrical-coordinate representation of color #95786A: hue angle of 19.53º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95786A is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 106 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.42 |
| HSL | 19.53º | 0.17% | 0.5% | - |
| HSV(B) | 19.53º | 0.29% | 0.58% | - |
| XYZ | 21.71 | 20.86 | 16.52 | - |
| YUV | 127.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 106 | 0 | 0.19 | 0.29 | 0.42 | 19.53 | 0.17 | 0.5 |
| Hex | 95 | 78 | 6A | 0 | 13 | 1D | 2A | 14 | 11 | 32 |
| Octal | 225 | 170 | 152 | 0 | 23 | 35 | 52 | 24 | 21 | 62 |
| Binary | 10010101 | 1111000 | 1101010 | 0 | 10011 | 11101 | 101010 | 10100 | 10001 | 110010 |
Color Harmonies of #95786A
Complementary color
Monochromatic Colors of #95786A
Black with #95786A
Text Example
Text Example
White with #95786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95786A; }
p { color: rgb(149,120,106); }
H1.HeaderClassName
{
color: #95786A;
}
.AnyTagClassName
{
color: #95786A;
}
</style>
background-color css
<style>
a { background-color: #95786A; }
a { background-color: rgb(149,120,106); }
div.DivClassName
{
background-color: #95786A;
}
.BgClassName
{
background-color: #95786A;
}
</style>
border-color css
<style>
span { border-color: #95786A; }
span { border-color: rgb(149,120,106); }
td.TdClassName
{
border-color: #95786A;
}
.TagClassName
{
border-color: #95786A;
}
</style>