Shades of Hemp #95817C
Tints of Hemp #95817C
RGB
CMYK
RGB Variations
Color information
#95817C (or 0x95817C) is known color: Hemp. HEX triplet: 95, 81 and 7C. RGB value is (149,129,124). Sum of RGB (Red+Green+Blue) = 149+129+124=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #95817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95817C is #6A7E83. Grayscale: #868686. Windows color (decimal): -6979204 or 8159637. OLE color: 8159637.
HSL color Cylindrical-coordinate representation of color #95817C: hue angle of 12º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95817C is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 124 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.42 |
| HSL | 12º | 0.11% | 0.54% | - |
| HSV(B) | 12º | 0.17% | 0.58% | - |
| XYZ | 23.88 | 23.55 | 22.35 | - |
| YUV | 134.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 124 | 0 | 0.13 | 0.17 | 0.42 | 12 | 0.11 | 0.54 |
| Hex | 95 | 81 | 7C | 0 | D | 11 | 2A | C | B | 36 |
| Octal | 225 | 201 | 174 | 0 | 15 | 21 | 52 | 14 | 13 | 66 |
| Binary | 10010101 | 10000001 | 1111100 | 0 | 1101 | 10001 | 101010 | 1100 | 1011 | 110110 |
Color Harmonies of #95817C
Complementary color
Monochromatic Colors of #95817C
Black with #95817C
Text Example
Text Example
White with #95817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95817C; }
p { color: rgb(149,129,124); }
H1.HeaderClassName
{
color: #95817C;
}
.AnyTagClassName
{
color: #95817C;
}
</style>
background-color css
<style>
a { background-color: #95817C; }
a { background-color: rgb(149,129,124); }
div.DivClassName
{
background-color: #95817C;
}
.BgClassName
{
background-color: #95817C;
}
</style>
border-color css
<style>
span { border-color: #95817C; }
span { border-color: rgb(149,129,124); }
td.TdClassName
{
border-color: #95817C;
}
.TagClassName
{
border-color: #95817C;
}
</style>