Shades of Hemp #95746B
Tints of Hemp #95746B
RGB
CMYK
RGB Variations
Color information
#95746B (or 0x95746B) is known color: Hemp. HEX triplet: 95, 74 and 6B. RGB value is (149,116,107). Sum of RGB (Red+Green+Blue) = 149+116+107=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95746B is #6A8B94. Grayscale: #7C7C7C. Windows color (decimal): -6982549 or 7042197. OLE color: 7042197.
HSL color Cylindrical-coordinate representation of color #95746B: hue angle of 12.86º 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 #95746B is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 107 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.42 |
| HSL | 12.86º | 0.17% | 0.5% | - |
| HSV(B) | 12.86º | 0.28% | 0.58% | - |
| XYZ | 21.29 | 19.94 | 16.64 | - |
| YUV | 124.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 107 | 0 | 0.22 | 0.28 | 0.42 | 12.86 | 0.17 | 0.5 |
| Hex | 95 | 74 | 6B | 0 | 16 | 1C | 2A | D | 11 | 32 |
| Octal | 225 | 164 | 153 | 0 | 26 | 34 | 52 | 15 | 21 | 62 |
| Binary | 10010101 | 1110100 | 1101011 | 0 | 10110 | 11100 | 101010 | 1101 | 10001 | 110010 |
Color Harmonies of #95746B
Complementary color
Monochromatic Colors of #95746B
Black with #95746B
Text Example
Text Example
White with #95746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95746B; }
p { color: rgb(149,116,107); }
H1.HeaderClassName
{
color: #95746B;
}
.AnyTagClassName
{
color: #95746B;
}
</style>
background-color css
<style>
a { background-color: #95746B; }
a { background-color: rgb(149,116,107); }
div.DivClassName
{
background-color: #95746B;
}
.BgClassName
{
background-color: #95746B;
}
</style>
border-color css
<style>
span { border-color: #95746B; }
span { border-color: rgb(149,116,107); }
td.TdClassName
{
border-color: #95746B;
}
.TagClassName
{
border-color: #95746B;
}
</style>