Shades of Hemp #95746E
Tints of Hemp #95746E
RGB
CMYK
RGB Variations
Color information
#95746E (or 0x95746E) is known color: Hemp. HEX triplet: 95, 74 and 6E. RGB value is (149,116,110). Sum of RGB (Red+Green+Blue) = 149+116+110=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95746E is #6A8B91. Grayscale: #7D7D7D. Windows color (decimal): -6982546 or 7238805. OLE color: 7238805.
HSL color Cylindrical-coordinate representation of color #95746E: hue angle of 9.23º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95746E is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 110 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.42 |
| HSL | 9.23º | 0.16% | 0.51% | - |
| HSV(B) | 9.23º | 0.26% | 0.58% | - |
| XYZ | 21.45 | 20.01 | 17.48 | - |
| YUV | 125.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 110 | 0 | 0.22 | 0.26 | 0.42 | 9.23 | 0.16 | 0.51 |
| Hex | 95 | 74 | 6E | 0 | 16 | 1A | 2A | 9 | 10 | 33 |
| Octal | 225 | 164 | 156 | 0 | 26 | 32 | 52 | 11 | 20 | 63 |
| Binary | 10010101 | 1110100 | 1101110 | 0 | 10110 | 11010 | 101010 | 1001 | 10000 | 110011 |
Color Harmonies of #95746E
Complementary color
Monochromatic Colors of #95746E
Black with #95746E
Text Example
Text Example
White with #95746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95746E; }
p { color: rgb(149,116,110); }
H1.HeaderClassName
{
color: #95746E;
}
.AnyTagClassName
{
color: #95746E;
}
</style>
background-color css
<style>
a { background-color: #95746E; }
a { background-color: rgb(149,116,110); }
div.DivClassName
{
background-color: #95746E;
}
.BgClassName
{
background-color: #95746E;
}
</style>
border-color css
<style>
span { border-color: #95746E; }
span { border-color: rgb(149,116,110); }
td.TdClassName
{
border-color: #95746E;
}
.TagClassName
{
border-color: #95746E;
}
</style>