Shades of Hemp #9C817A
Tints of Hemp #9C817A
RGB
CMYK
RGB Variations
Color information
#9C817A (or 0x9C817A) is known color: Hemp. HEX triplet: 9C, 81 and 7A. RGB value is (156,129,122). Sum of RGB (Red+Green+Blue) = 156+129+122=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C817A is #637E85. Grayscale: #888888. Windows color (decimal): -6520454 or 8028572. OLE color: 8028572.
HSL color Cylindrical-coordinate representation of color #9C817A: hue angle of 12.35º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C817A is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 129 | 122 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.39 |
| HSL | 12.35º | 0.15% | 0.55% | - |
| HSV(B) | 12.35º | 0.22% | 0.61% | - |
| XYZ | 25.07 | 24.17 | 21.76 | - |
| YUV | 136.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 122 | 0 | 0.17 | 0.22 | 0.39 | 12.35 | 0.15 | 0.55 |
| Hex | 9C | 81 | 7A | 0 | 11 | 16 | 27 | C | F | 37 |
| Octal | 234 | 201 | 172 | 0 | 21 | 26 | 47 | 14 | 17 | 67 |
| Binary | 10011100 | 10000001 | 1111010 | 0 | 10001 | 10110 | 100111 | 1100 | 1111 | 110111 |
Color Harmonies of #9C817A
Complementary color
Monochromatic Colors of #9C817A
Black with #9C817A
Text Example
Text Example
White with #9C817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C817A; }
p { color: rgb(156,129,122); }
H1.HeaderClassName
{
color: #9C817A;
}
.AnyTagClassName
{
color: #9C817A;
}
</style>
background-color css
<style>
a { background-color: #9C817A; }
a { background-color: rgb(156,129,122); }
div.DivClassName
{
background-color: #9C817A;
}
.BgClassName
{
background-color: #9C817A;
}
</style>
border-color css
<style>
span { border-color: #9C817A; }
span { border-color: rgb(156,129,122); }
td.TdClassName
{
border-color: #9C817A;
}
.TagClassName
{
border-color: #9C817A;
}
</style>