Shades of Hemp #9C7F6E
Tints of Hemp #9C7F6E
RGB
CMYK
RGB Variations
Color information
#9C7F6E (or 0x9C7F6E) is known color: Hemp. HEX triplet: 9C, 7F and 6E. RGB value is (156,127,110). Sum of RGB (Red+Green+Blue) = 156+127+110=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7F6E is #638091. Grayscale: #858585. Windows color (decimal): -6520978 or 7241628. OLE color: 7241628.
HSL color Cylindrical-coordinate representation of color #9C7F6E: hue angle of 22.17º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C7F6E is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 127 | 110 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.39 |
| HSL | 22.17º | 0.19% | 0.52% | - |
| HSV(B) | 22.17º | 0.29% | 0.61% | - |
| XYZ | 24.11 | 23.37 | 17.99 | - |
| YUV | 133.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 110 | 0 | 0.19 | 0.29 | 0.39 | 22.17 | 0.19 | 0.52 |
| Hex | 9C | 7F | 6E | 0 | 13 | 1D | 27 | 16 | 13 | 34 |
| Octal | 234 | 177 | 156 | 0 | 23 | 35 | 47 | 26 | 23 | 64 |
| Binary | 10011100 | 1111111 | 1101110 | 0 | 10011 | 11101 | 100111 | 10110 | 10011 | 110100 |
Color Harmonies of #9C7F6E
Complementary color
Monochromatic Colors of #9C7F6E
Black with #9C7F6E
Text Example
Text Example
White with #9C7F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7F6E; }
p { color: rgb(156,127,110); }
H1.HeaderClassName
{
color: #9C7F6E;
}
.AnyTagClassName
{
color: #9C7F6E;
}
</style>
background-color css
<style>
a { background-color: #9C7F6E; }
a { background-color: rgb(156,127,110); }
div.DivClassName
{
background-color: #9C7F6E;
}
.BgClassName
{
background-color: #9C7F6E;
}
</style>
border-color css
<style>
span { border-color: #9C7F6E; }
span { border-color: rgb(156,127,110); }
td.TdClassName
{
border-color: #9C7F6E;
}
.TagClassName
{
border-color: #9C7F6E;
}
</style>