Shades of Hemp #9D7B6D
Tints of Hemp #9D7B6D
RGB
CMYK
RGB Variations
Color information
#9D7B6D (or 0x9D7B6D) is known color: Hemp. HEX triplet: 9D, 7B and 6D. RGB value is (157,123,109). Sum of RGB (Red+Green+Blue) = 157+123+109=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7B6D is #628492. Grayscale: #838383. Windows color (decimal): -6456467 or 7175069. OLE color: 7175069.
HSL color Cylindrical-coordinate representation of color #9D7B6D: hue angle of 17.5º 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 #9D7B6D is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 123 | 109 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.38 |
| HSL | 17.5º | 0.2% | 0.52% | - |
| HSV(B) | 17.5º | 0.31% | 0.62% | - |
| XYZ | 23.75 | 22.44 | 17.55 | - |
| YUV | 131.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 109 | 0 | 0.22 | 0.31 | 0.38 | 17.5 | 0.2 | 0.52 |
| Hex | 9D | 7B | 6D | 0 | 16 | 1F | 26 | 12 | 14 | 34 |
| Octal | 235 | 173 | 155 | 0 | 26 | 37 | 46 | 22 | 24 | 64 |
| Binary | 10011101 | 1111011 | 1101101 | 0 | 10110 | 11111 | 100110 | 10010 | 10100 | 110100 |
Color Harmonies of #9D7B6D
Complementary color
Monochromatic Colors of #9D7B6D
Black with #9D7B6D
Text Example
Text Example
White with #9D7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7B6D; }
p { color: rgb(157,123,109); }
H1.HeaderClassName
{
color: #9D7B6D;
}
.AnyTagClassName
{
color: #9D7B6D;
}
</style>
background-color css
<style>
a { background-color: #9D7B6D; }
a { background-color: rgb(157,123,109); }
div.DivClassName
{
background-color: #9D7B6D;
}
.BgClassName
{
background-color: #9D7B6D;
}
</style>
border-color css
<style>
span { border-color: #9D7B6D; }
span { border-color: rgb(157,123,109); }
td.TdClassName
{
border-color: #9D7B6D;
}
.TagClassName
{
border-color: #9D7B6D;
}
</style>