Shades of Hemp #95746D
Tints of Hemp #95746D
RGB
CMYK
RGB Variations
Color information
#95746D (or 0x95746D) is known color: Hemp. HEX triplet: 95, 74 and 6D. RGB value is (149,116,109). Sum of RGB (Red+Green+Blue) = 149+116+109=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95746D is #6A8B92. Grayscale: #7D7D7D. Windows color (decimal): -6982547 or 7173269. OLE color: 7173269.
HSL color Cylindrical-coordinate representation of color #95746D: hue angle of 10.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 #95746D is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 109 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.42 |
| HSL | 10.5º | 0.16% | 0.51% | - |
| HSV(B) | 10.5º | 0.27% | 0.58% | - |
| XYZ | 21.4 | 19.98 | 17.2 | - |
| YUV | 125.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 109 | 0 | 0.22 | 0.27 | 0.42 | 10.5 | 0.16 | 0.51 |
| Hex | 95 | 74 | 6D | 0 | 16 | 1B | 2A | A | 10 | 33 |
| Octal | 225 | 164 | 155 | 0 | 26 | 33 | 52 | 12 | 20 | 63 |
| Binary | 10010101 | 1110100 | 1101101 | 0 | 10110 | 11011 | 101010 | 1010 | 10000 | 110011 |
Color Harmonies of #95746D
Complementary color
Monochromatic Colors of #95746D
Black with #95746D
Text Example
Text Example
White with #95746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95746D; }
p { color: rgb(149,116,109); }
H1.HeaderClassName
{
color: #95746D;
}
.AnyTagClassName
{
color: #95746D;
}
</style>
background-color css
<style>
a { background-color: #95746D; }
a { background-color: rgb(149,116,109); }
div.DivClassName
{
background-color: #95746D;
}
.BgClassName
{
background-color: #95746D;
}
</style>
border-color css
<style>
span { border-color: #95746D; }
span { border-color: rgb(149,116,109); }
td.TdClassName
{
border-color: #95746D;
}
.TagClassName
{
border-color: #95746D;
}
</style>