Shades of Hemp #95786D
Tints of Hemp #95786D
RGB
CMYK
RGB Variations
Color information
#95786D (or 0x95786D) is known color: Hemp. HEX triplet: 95, 78 and 6D. RGB value is (149,120,109). Sum of RGB (Red+Green+Blue) = 149+120+109=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #95786D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95786D is #6A8792. Grayscale: #7F7F7F. Windows color (decimal): -6981523 or 7174293. OLE color: 7174293.
HSL color Cylindrical-coordinate representation of color #95786D: hue angle of 16.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 #95786D is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 109 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.42 |
| HSL | 16.5º | 0.16% | 0.51% | - |
| HSV(B) | 16.5º | 0.27% | 0.58% | - |
| XYZ | 21.87 | 20.93 | 17.35 | - |
| YUV | 127.42 | 117.61 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 109 | 0 | 0.19 | 0.27 | 0.42 | 16.5 | 0.16 | 0.51 |
| Hex | 95 | 78 | 6D | 0 | 13 | 1B | 2A | 10 | 10 | 33 |
| Octal | 225 | 170 | 155 | 0 | 23 | 33 | 52 | 20 | 20 | 63 |
| Binary | 10010101 | 1111000 | 1101101 | 0 | 10011 | 11011 | 101010 | 10000 | 10000 | 110011 |
Color Harmonies of #95786D
Complementary color
Monochromatic Colors of #95786D
Black with #95786D
Text Example
Text Example
White with #95786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95786D; }
p { color: rgb(149,120,109); }
H1.HeaderClassName
{
color: #95786D;
}
.AnyTagClassName
{
color: #95786D;
}
</style>
background-color css
<style>
a { background-color: #95786D; }
a { background-color: rgb(149,120,109); }
div.DivClassName
{
background-color: #95786D;
}
.BgClassName
{
background-color: #95786D;
}
</style>
border-color css
<style>
span { border-color: #95786D; }
span { border-color: rgb(149,120,109); }
td.TdClassName
{
border-color: #95786D;
}
.TagClassName
{
border-color: #95786D;
}
</style>