Shades of Hemp #95746A
Tints of Hemp #95746A
RGB
CMYK
RGB Variations
Color information
#95746A (or 0x95746A) is known color: Hemp. HEX triplet: 95, 74 and 6A. RGB value is (149,116,106). Sum of RGB (Red+Green+Blue) = 149+116+106=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95746A is #6A8B95. Grayscale: #7C7C7C. Windows color (decimal): -6982550 or 6976661. OLE color: 6976661.
HSL color Cylindrical-coordinate representation of color #95746A: hue angle of 13.95º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95746A is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 106 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.42 |
| HSL | 13.95º | 0.17% | 0.5% | - |
| HSV(B) | 13.95º | 0.29% | 0.58% | - |
| XYZ | 21.24 | 19.92 | 16.36 | - |
| YUV | 124.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 106 | 0 | 0.22 | 0.29 | 0.42 | 13.95 | 0.17 | 0.5 |
| Hex | 95 | 74 | 6A | 0 | 16 | 1D | 2A | E | 11 | 32 |
| Octal | 225 | 164 | 152 | 0 | 26 | 35 | 52 | 16 | 21 | 62 |
| Binary | 10010101 | 1110100 | 1101010 | 0 | 10110 | 11101 | 101010 | 1110 | 10001 | 110010 |
Color Harmonies of #95746A
Complementary color
Monochromatic Colors of #95746A
Black with #95746A
Text Example
Text Example
White with #95746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95746A; }
p { color: rgb(149,116,106); }
H1.HeaderClassName
{
color: #95746A;
}
.AnyTagClassName
{
color: #95746A;
}
</style>
background-color css
<style>
a { background-color: #95746A; }
a { background-color: rgb(149,116,106); }
div.DivClassName
{
background-color: #95746A;
}
.BgClassName
{
background-color: #95746A;
}
</style>
border-color css
<style>
span { border-color: #95746A; }
span { border-color: rgb(149,116,106); }
td.TdClassName
{
border-color: #95746A;
}
.TagClassName
{
border-color: #95746A;
}
</style>