Shades of Hemp #9D756C
Tints of Hemp #9D756C
RGB
CMYK
RGB Variations
Color information
#9D756C (or 0x9D756C) is known color: Hemp. HEX triplet: 9D, 75 and 6C. RGB value is (157,117,108). Sum of RGB (Red+Green+Blue) = 157+117+108=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D756C is #628A93. Grayscale: #808080. Windows color (decimal): -6458004 or 7107997. OLE color: 7107997.
HSL color Cylindrical-coordinate representation of color #9D756C: hue angle of 11.02º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D756C is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 117 | 108 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.38 |
| HSL | 11.02º | 0.2% | 0.52% | - |
| HSV(B) | 11.02º | 0.31% | 0.62% | - |
| XYZ | 22.97 | 20.97 | 17.02 | - |
| YUV | 127.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 108 | 0 | 0.25 | 0.31 | 0.38 | 11.02 | 0.2 | 0.52 |
| Hex | 9D | 75 | 6C | 0 | 19 | 1F | 26 | B | 14 | 34 |
| Octal | 235 | 165 | 154 | 0 | 31 | 37 | 46 | 13 | 24 | 64 |
| Binary | 10011101 | 1110101 | 1101100 | 0 | 11001 | 11111 | 100110 | 1011 | 10100 | 110100 |
Color Harmonies of #9D756C
Complementary color
Monochromatic Colors of #9D756C
Black with #9D756C
Text Example
Text Example
White with #9D756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D756C; }
p { color: rgb(157,117,108); }
H1.HeaderClassName
{
color: #9D756C;
}
.AnyTagClassName
{
color: #9D756C;
}
</style>
background-color css
<style>
a { background-color: #9D756C; }
a { background-color: rgb(157,117,108); }
div.DivClassName
{
background-color: #9D756C;
}
.BgClassName
{
background-color: #9D756C;
}
</style>
border-color css
<style>
span { border-color: #9D756C; }
span { border-color: rgb(157,117,108); }
td.TdClassName
{
border-color: #9D756C;
}
.TagClassName
{
border-color: #9D756C;
}
</style>