Shades of Hemp #95756B
Tints of Hemp #95756B
RGB
CMYK
RGB Variations
Color information
#95756B (or 0x95756B) is known color: Hemp. HEX triplet: 95, 75 and 6B. RGB value is (149,117,107). Sum of RGB (Red+Green+Blue) = 149+117+107=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95756B is #6A8A94. Grayscale: #7D7D7D. Windows color (decimal): -6982293 or 7042453. OLE color: 7042453.
HSL color Cylindrical-coordinate representation of color #95756B: hue angle of 14.29º degrees, saturation: 0.17, 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 #95756B is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 107 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.42 |
| HSL | 14.29º | 0.17% | 0.5% | - |
| HSV(B) | 14.29º | 0.28% | 0.58% | - |
| XYZ | 21.41 | 20.17 | 16.68 | - |
| YUV | 125.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 107 | 0 | 0.21 | 0.28 | 0.42 | 14.29 | 0.17 | 0.5 |
| Hex | 95 | 75 | 6B | 0 | 15 | 1C | 2A | E | 11 | 32 |
| Octal | 225 | 165 | 153 | 0 | 25 | 34 | 52 | 16 | 21 | 62 |
| Binary | 10010101 | 1110101 | 1101011 | 0 | 10101 | 11100 | 101010 | 1110 | 10001 | 110010 |
Color Harmonies of #95756B
Complementary color
Monochromatic Colors of #95756B
Black with #95756B
Text Example
Text Example
White with #95756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95756B; }
p { color: rgb(149,117,107); }
H1.HeaderClassName
{
color: #95756B;
}
.AnyTagClassName
{
color: #95756B;
}
</style>
background-color css
<style>
a { background-color: #95756B; }
a { background-color: rgb(149,117,107); }
div.DivClassName
{
background-color: #95756B;
}
.BgClassName
{
background-color: #95756B;
}
</style>
border-color css
<style>
span { border-color: #95756B; }
span { border-color: rgb(149,117,107); }
td.TdClassName
{
border-color: #95756B;
}
.TagClassName
{
border-color: #95756B;
}
</style>