Shades of Hemp #9D766C
Tints of Hemp #9D766C
RGB
CMYK
RGB Variations
Color information
#9D766C (or 0x9D766C) is known color: Hemp. HEX triplet: 9D, 76 and 6C. RGB value is (157,118,108). Sum of RGB (Red+Green+Blue) = 157+118+108=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D766C is #628993. Grayscale: #808080. Windows color (decimal): -6457748 or 7108253. OLE color: 7108253.
HSL color Cylindrical-coordinate representation of color #9D766C: hue angle of 12.24º 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 #9D766C is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 118 | 108 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.38 |
| HSL | 12.24º | 0.2% | 0.52% | - |
| HSV(B) | 12.24º | 0.31% | 0.62% | - |
| XYZ | 23.09 | 21.21 | 17.06 | - |
| YUV | 128.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 118 | 108 | 0 | 0.25 | 0.31 | 0.38 | 12.24 | 0.2 | 0.52 |
| Hex | 9D | 76 | 6C | 0 | 19 | 1F | 26 | C | 14 | 34 |
| Octal | 235 | 166 | 154 | 0 | 31 | 37 | 46 | 14 | 24 | 64 |
| Binary | 10011101 | 1110110 | 1101100 | 0 | 11001 | 11111 | 100110 | 1100 | 10100 | 110100 |
Color Harmonies of #9D766C
Complementary color
Monochromatic Colors of #9D766C
Black with #9D766C
Text Example
Text Example
White with #9D766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D766C; }
p { color: rgb(157,118,108); }
H1.HeaderClassName
{
color: #9D766C;
}
.AnyTagClassName
{
color: #9D766C;
}
</style>
background-color css
<style>
a { background-color: #9D766C; }
a { background-color: rgb(157,118,108); }
div.DivClassName
{
background-color: #9D766C;
}
.BgClassName
{
background-color: #9D766C;
}
</style>
border-color css
<style>
span { border-color: #9D766C; }
span { border-color: rgb(157,118,108); }
td.TdClassName
{
border-color: #9D766C;
}
.TagClassName
{
border-color: #9D766C;
}
</style>