Shades of Hemp #95736C
Tints of Hemp #95736C
RGB
CMYK
RGB Variations
Color information
#95736C (or 0x95736C) is known color: Hemp. HEX triplet: 95, 73 and 6C. RGB value is (149,115,108). Sum of RGB (Red+Green+Blue) = 149+115+108=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95736C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95736C is #6A8C93. Grayscale: #7C7C7C. Windows color (decimal): -6982804 or 7107477. OLE color: 7107477.
HSL color Cylindrical-coordinate representation of color #95736C: hue angle of 10.24º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95736C is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 108 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.42 |
| HSL | 10.24º | 0.16% | 0.5% | - |
| HSV(B) | 10.24º | 0.28% | 0.58% | - |
| XYZ | 21.23 | 19.73 | 16.88 | - |
| YUV | 124.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 108 | 0 | 0.23 | 0.28 | 0.42 | 10.24 | 0.16 | 0.5 |
| Hex | 95 | 73 | 6C | 0 | 17 | 1C | 2A | A | 10 | 32 |
| Octal | 225 | 163 | 154 | 0 | 27 | 34 | 52 | 12 | 20 | 62 |
| Binary | 10010101 | 1110011 | 1101100 | 0 | 10111 | 11100 | 101010 | 1010 | 10000 | 110010 |
Color Harmonies of #95736C
Complementary color
Monochromatic Colors of #95736C
Black with #95736C
Text Example
Text Example
White with #95736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95736C; }
p { color: rgb(149,115,108); }
H1.HeaderClassName
{
color: #95736C;
}
.AnyTagClassName
{
color: #95736C;
}
</style>
background-color css
<style>
a { background-color: #95736C; }
a { background-color: rgb(149,115,108); }
div.DivClassName
{
background-color: #95736C;
}
.BgClassName
{
background-color: #95736C;
}
</style>
border-color css
<style>
span { border-color: #95736C; }
span { border-color: rgb(149,115,108); }
td.TdClassName
{
border-color: #95736C;
}
.TagClassName
{
border-color: #95736C;
}
</style>