Shades of Hemp #95736D
Tints of Hemp #95736D
RGB
CMYK
RGB Variations
Color information
#95736D (or 0x95736D) is known color: Hemp. HEX triplet: 95, 73 and 6D. RGB value is (149,115,109). Sum of RGB (Red+Green+Blue) = 149+115+109=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95736D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95736D is #6A8C92. Grayscale: #7C7C7C. Windows color (decimal): -6982803 or 7173013. OLE color: 7173013.
HSL color Cylindrical-coordinate representation of color #95736D: hue angle of 9º 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 #95736D is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 109 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.42 |
| HSL | 9º | 0.16% | 0.51% | - |
| HSV(B) | 9º | 0.27% | 0.58% | - |
| XYZ | 21.29 | 19.76 | 17.16 | - |
| YUV | 124.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 109 | 0 | 0.23 | 0.27 | 0.42 | 9 | 0.16 | 0.51 |
| Hex | 95 | 73 | 6D | 0 | 17 | 1B | 2A | 9 | 10 | 33 |
| Octal | 225 | 163 | 155 | 0 | 27 | 33 | 52 | 11 | 20 | 63 |
| Binary | 10010101 | 1110011 | 1101101 | 0 | 10111 | 11011 | 101010 | 1001 | 10000 | 110011 |
Color Harmonies of #95736D
Complementary color
Monochromatic Colors of #95736D
Black with #95736D
Text Example
Text Example
White with #95736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95736D; }
p { color: rgb(149,115,109); }
H1.HeaderClassName
{
color: #95736D;
}
.AnyTagClassName
{
color: #95736D;
}
</style>
background-color css
<style>
a { background-color: #95736D; }
a { background-color: rgb(149,115,109); }
div.DivClassName
{
background-color: #95736D;
}
.BgClassName
{
background-color: #95736D;
}
</style>
border-color css
<style>
span { border-color: #95736D; }
span { border-color: rgb(149,115,109); }
td.TdClassName
{
border-color: #95736D;
}
.TagClassName
{
border-color: #95736D;
}
</style>