Shades of Hemp #9D756F
Tints of Hemp #9D756F
RGB
CMYK
RGB Variations
Color information
#9D756F (or 0x9D756F) is known color: Hemp. HEX triplet: 9D, 75 and 6F. RGB value is (157,117,111). Sum of RGB (Red+Green+Blue) = 157+117+111=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D756F is #628A90. Grayscale: #808080. Windows color (decimal): -6458001 or 7304605. OLE color: 7304605.
HSL color Cylindrical-coordinate representation of color #9D756F: hue angle of 7.83º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D756F is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 117 | 111 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.38 |
| HSL | 7.83º | 0.19% | 0.53% | - |
| HSV(B) | 7.83º | 0.29% | 0.62% | - |
| XYZ | 23.14 | 21.04 | 17.88 | - |
| YUV | 128.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 111 | 0 | 0.25 | 0.29 | 0.38 | 7.83 | 0.19 | 0.53 |
| Hex | 9D | 75 | 6F | 0 | 19 | 1D | 26 | 8 | 13 | 35 |
| Octal | 235 | 165 | 157 | 0 | 31 | 35 | 46 | 10 | 23 | 65 |
| Binary | 10011101 | 1110101 | 1101111 | 0 | 11001 | 11101 | 100110 | 1000 | 10011 | 110101 |
Color Harmonies of #9D756F
Complementary color
Monochromatic Colors of #9D756F
Black with #9D756F
Text Example
Text Example
White with #9D756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D756F; }
p { color: rgb(157,117,111); }
H1.HeaderClassName
{
color: #9D756F;
}
.AnyTagClassName
{
color: #9D756F;
}
</style>
background-color css
<style>
a { background-color: #9D756F; }
a { background-color: rgb(157,117,111); }
div.DivClassName
{
background-color: #9D756F;
}
.BgClassName
{
background-color: #9D756F;
}
</style>
border-color css
<style>
span { border-color: #9D756F; }
span { border-color: rgb(157,117,111); }
td.TdClassName
{
border-color: #9D756F;
}
.TagClassName
{
border-color: #9D756F;
}
</style>