Shades of Hemp #95766B
Tints of Hemp #95766B
RGB
CMYK
RGB Variations
Color information
#95766B (or 0x95766B) is known color: Hemp. HEX triplet: 95, 76 and 6B. RGB value is (149,118,107). Sum of RGB (Red+Green+Blue) = 149+118+107=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95766B is #6A8994. Grayscale: #7E7E7E. Windows color (decimal): -6982037 or 7042709. OLE color: 7042709.
HSL color Cylindrical-coordinate representation of color #95766B: hue angle of 15.71º 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 #95766B is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 118 | 107 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.42 |
| HSL | 15.71º | 0.17% | 0.5% | - |
| HSV(B) | 15.71º | 0.28% | 0.58% | - |
| XYZ | 21.53 | 20.41 | 16.71 | - |
| YUV | 126.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 107 | 0 | 0.21 | 0.28 | 0.42 | 15.71 | 0.17 | 0.5 |
| Hex | 95 | 76 | 6B | 0 | 15 | 1C | 2A | 10 | 11 | 32 |
| Octal | 225 | 166 | 153 | 0 | 25 | 34 | 52 | 20 | 21 | 62 |
| Binary | 10010101 | 1110110 | 1101011 | 0 | 10101 | 11100 | 101010 | 10000 | 10001 | 110010 |
Color Harmonies of #95766B
Complementary color
Monochromatic Colors of #95766B
Black with #95766B
Text Example
Text Example
White with #95766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95766B; }
p { color: rgb(149,118,107); }
H1.HeaderClassName
{
color: #95766B;
}
.AnyTagClassName
{
color: #95766B;
}
</style>
background-color css
<style>
a { background-color: #95766B; }
a { background-color: rgb(149,118,107); }
div.DivClassName
{
background-color: #95766B;
}
.BgClassName
{
background-color: #95766B;
}
</style>
border-color css
<style>
span { border-color: #95766B; }
span { border-color: rgb(149,118,107); }
td.TdClassName
{
border-color: #95766B;
}
.TagClassName
{
border-color: #95766B;
}
</style>