Shades of Hemp #95756D
Tints of Hemp #95756D
RGB
CMYK
RGB Variations
Color information
#95756D (or 0x95756D) is known color: Hemp. HEX triplet: 95, 75 and 6D. RGB value is (149,117,109). Sum of RGB (Red+Green+Blue) = 149+117+109=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95756D is #6A8A92. Grayscale: #7D7D7D. Windows color (decimal): -6982291 or 7173525. OLE color: 7173525.
HSL color Cylindrical-coordinate representation of color #95756D: hue angle of 12º 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 #95756D is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 109 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.42 |
| HSL | 12º | 0.16% | 0.51% | - |
| HSV(B) | 12º | 0.27% | 0.58% | - |
| XYZ | 21.52 | 20.22 | 17.24 | - |
| YUV | 125.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 109 | 0 | 0.21 | 0.27 | 0.42 | 12 | 0.16 | 0.51 |
| Hex | 95 | 75 | 6D | 0 | 15 | 1B | 2A | C | 10 | 33 |
| Octal | 225 | 165 | 155 | 0 | 25 | 33 | 52 | 14 | 20 | 63 |
| Binary | 10010101 | 1110101 | 1101101 | 0 | 10101 | 11011 | 101010 | 1100 | 10000 | 110011 |
Color Harmonies of #95756D
Complementary color
Monochromatic Colors of #95756D
Black with #95756D
Text Example
Text Example
White with #95756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95756D; }
p { color: rgb(149,117,109); }
H1.HeaderClassName
{
color: #95756D;
}
.AnyTagClassName
{
color: #95756D;
}
</style>
background-color css
<style>
a { background-color: #95756D; }
a { background-color: rgb(149,117,109); }
div.DivClassName
{
background-color: #95756D;
}
.BgClassName
{
background-color: #95756D;
}
</style>
border-color css
<style>
span { border-color: #95756D; }
span { border-color: rgb(149,117,109); }
td.TdClassName
{
border-color: #95756D;
}
.TagClassName
{
border-color: #95756D;
}
</style>