Shades of Hemp #9C7E6E
Tints of Hemp #9C7E6E
RGB
CMYK
RGB Variations
Color information
#9C7E6E (or 0x9C7E6E) is known color: Hemp. HEX triplet: 9C, 7E and 6E. RGB value is (156,126,110). Sum of RGB (Red+Green+Blue) = 156+126+110=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7E6E is #638191. Grayscale: #858585. Windows color (decimal): -6521234 or 7241372. OLE color: 7241372.
HSL color Cylindrical-coordinate representation of color #9C7E6E: hue angle of 20.87º 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 #9C7E6E is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 110 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.39 |
| HSL | 20.87º | 0.19% | 0.52% | - |
| HSV(B) | 20.87º | 0.29% | 0.61% | - |
| XYZ | 23.99 | 23.12 | 17.95 | - |
| YUV | 133.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 110 | 0 | 0.19 | 0.29 | 0.39 | 20.87 | 0.19 | 0.52 |
| Hex | 9C | 7E | 6E | 0 | 13 | 1D | 27 | 15 | 13 | 34 |
| Octal | 234 | 176 | 156 | 0 | 23 | 35 | 47 | 25 | 23 | 64 |
| Binary | 10011100 | 1111110 | 1101110 | 0 | 10011 | 11101 | 100111 | 10101 | 10011 | 110100 |
Color Harmonies of #9C7E6E
Complementary color
Monochromatic Colors of #9C7E6E
Black with #9C7E6E
Text Example
Text Example
White with #9C7E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E6E; }
p { color: rgb(156,126,110); }
H1.HeaderClassName
{
color: #9C7E6E;
}
.AnyTagClassName
{
color: #9C7E6E;
}
</style>
background-color css
<style>
a { background-color: #9C7E6E; }
a { background-color: rgb(156,126,110); }
div.DivClassName
{
background-color: #9C7E6E;
}
.BgClassName
{
background-color: #9C7E6E;
}
</style>
border-color css
<style>
span { border-color: #9C7E6E; }
span { border-color: rgb(156,126,110); }
td.TdClassName
{
border-color: #9C7E6E;
}
.TagClassName
{
border-color: #9C7E6E;
}
</style>