Shades of Hemp #95796F
Tints of Hemp #95796F
RGB
CMYK
RGB Variations
Color information
#95796F (or 0x95796F) is known color: Hemp. HEX triplet: 95, 79 and 6F. RGB value is (149,121,111). Sum of RGB (Red+Green+Blue) = 149+121+111=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #95796F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95796F is #6A8690. Grayscale: #808080. Windows color (decimal): -6981265 or 7305621. OLE color: 7305621.
HSL color Cylindrical-coordinate representation of color #95796F: hue angle of 15.79º degrees, saturation: 0.15, 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 #95796F is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 121 | 111 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.42 |
| HSL | 15.79º | 0.15% | 0.51% | - |
| HSV(B) | 15.79º | 0.26% | 0.58% | - |
| XYZ | 22.1 | 21.21 | 17.97 | - |
| YUV | 128.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 111 | 0 | 0.19 | 0.26 | 0.42 | 15.79 | 0.15 | 0.51 |
| Hex | 95 | 79 | 6F | 0 | 13 | 1A | 2A | 10 | F | 33 |
| Octal | 225 | 171 | 157 | 0 | 23 | 32 | 52 | 20 | 17 | 63 |
| Binary | 10010101 | 1111001 | 1101111 | 0 | 10011 | 11010 | 101010 | 10000 | 1111 | 110011 |
Color Harmonies of #95796F
Complementary color
Monochromatic Colors of #95796F
Black with #95796F
Text Example
Text Example
White with #95796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95796F; }
p { color: rgb(149,121,111); }
H1.HeaderClassName
{
color: #95796F;
}
.AnyTagClassName
{
color: #95796F;
}
</style>
background-color css
<style>
a { background-color: #95796F; }
a { background-color: rgb(149,121,111); }
div.DivClassName
{
background-color: #95796F;
}
.BgClassName
{
background-color: #95796F;
}
</style>
border-color css
<style>
span { border-color: #95796F; }
span { border-color: rgb(149,121,111); }
td.TdClassName
{
border-color: #95796F;
}
.TagClassName
{
border-color: #95796F;
}
</style>