Shades of Hemp #957D6E
Tints of Hemp #957D6E
RGB
CMYK
RGB Variations
Color information
#957D6E (or 0x957D6E) is known color: Hemp. HEX triplet: 95, 7D and 6E. RGB value is (149,125,110). Sum of RGB (Red+Green+Blue) = 149+125+110=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #957D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D6E is #6A8291. Grayscale: #828282. Windows color (decimal): -6980242 or 7241109. OLE color: 7241109.
HSL color Cylindrical-coordinate representation of color #957D6E: hue angle of 23.08º 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 #957D6E is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 110 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.42 |
| HSL | 23.08º | 0.16% | 0.51% | - |
| HSV(B) | 23.08º | 0.26% | 0.58% | - |
| XYZ | 22.54 | 22.18 | 17.85 | - |
| YUV | 130.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 110 | 0 | 0.16 | 0.26 | 0.42 | 23.08 | 0.16 | 0.51 |
| Hex | 95 | 7D | 6E | 0 | 10 | 1A | 2A | 17 | 10 | 33 |
| Octal | 225 | 175 | 156 | 0 | 20 | 32 | 52 | 27 | 20 | 63 |
| Binary | 10010101 | 1111101 | 1101110 | 0 | 10000 | 11010 | 101010 | 10111 | 10000 | 110011 |
Color Harmonies of #957D6E
Complementary color
Monochromatic Colors of #957D6E
Black with #957D6E
Text Example
Text Example
White with #957D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D6E; }
p { color: rgb(149,125,110); }
H1.HeaderClassName
{
color: #957D6E;
}
.AnyTagClassName
{
color: #957D6E;
}
</style>
background-color css
<style>
a { background-color: #957D6E; }
a { background-color: rgb(149,125,110); }
div.DivClassName
{
background-color: #957D6E;
}
.BgClassName
{
background-color: #957D6E;
}
</style>
border-color css
<style>
span { border-color: #957D6E; }
span { border-color: rgb(149,125,110); }
td.TdClassName
{
border-color: #957D6E;
}
.TagClassName
{
border-color: #957D6E;
}
</style>