Shades of Hemp #997A6E
Tints of Hemp #997A6E
RGB
CMYK
RGB Variations
Color information
#997A6E (or 0x997A6E) is known color: Hemp. HEX triplet: 99, 7A and 6E. RGB value is (153,122,110). Sum of RGB (Red+Green+Blue) = 153+122+110=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #997A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A6E is #668591. Grayscale: #818181. Windows color (decimal): -6718866 or 7240345. OLE color: 7240345.
HSL color Cylindrical-coordinate representation of color #997A6E: hue angle of 16.74º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #997A6E is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 110 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.4 |
| HSL | 16.74º | 0.17% | 0.52% | - |
| HSV(B) | 16.74º | 0.28% | 0.6% | - |
| XYZ | 22.91 | 21.82 | 17.76 | - |
| YUV | 129.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 110 | 0 | 0.20 | 0.28 | 0.4 | 16.74 | 0.17 | 0.52 |
| Hex | 99 | 7A | 6E | 0 | 14 | 1C | 28 | 11 | 11 | 34 |
| Octal | 231 | 172 | 156 | 0 | 24 | 34 | 50 | 21 | 21 | 64 |
| Binary | 10011001 | 1111010 | 1101110 | 0 | 10100 | 11100 | 101000 | 10001 | 10001 | 110100 |
Color Harmonies of #997A6E
Complementary color
Monochromatic Colors of #997A6E
Black with #997A6E
Text Example
Text Example
White with #997A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A6E; }
p { color: rgb(153,122,110); }
H1.HeaderClassName
{
color: #997A6E;
}
.AnyTagClassName
{
color: #997A6E;
}
</style>
background-color css
<style>
a { background-color: #997A6E; }
a { background-color: rgb(153,122,110); }
div.DivClassName
{
background-color: #997A6E;
}
.BgClassName
{
background-color: #997A6E;
}
</style>
border-color css
<style>
span { border-color: #997A6E; }
span { border-color: rgb(153,122,110); }
td.TdClassName
{
border-color: #997A6E;
}
.TagClassName
{
border-color: #997A6E;
}
</style>