Shades of Hemp #997A68
Tints of Hemp #997A68
RGB
CMYK
RGB Variations
Color information
#997A68 (or 0x997A68) is known color: Hemp. HEX triplet: 99, 7A and 68. RGB value is (153,122,104). Sum of RGB (Red+Green+Blue) = 153+122+104=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #997A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A68 is #668597. Grayscale: #818181. Windows color (decimal): -6718872 or 6847129. OLE color: 6847129.
HSL color Cylindrical-coordinate representation of color #997A68: hue angle of 22.04º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #997A68 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 104 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.4 |
| HSL | 22.04º | 0.19% | 0.5% | - |
| HSV(B) | 22.04º | 0.32% | 0.6% | - |
| XYZ | 22.6 | 21.69 | 16.09 | - |
| YUV | 129.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 104 | 0 | 0.20 | 0.32 | 0.4 | 22.04 | 0.19 | 0.5 |
| Hex | 99 | 7A | 68 | 0 | 14 | 20 | 28 | 16 | 13 | 32 |
| Octal | 231 | 172 | 150 | 0 | 24 | 40 | 50 | 26 | 23 | 62 |
| Binary | 10011001 | 1111010 | 1101000 | 0 | 10100 | 100000 | 101000 | 10110 | 10011 | 110010 |
Color Harmonies of #997A68
Complementary color
Monochromatic Colors of #997A68
Black with #997A68
Text Example
Text Example
White with #997A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A68; }
p { color: rgb(153,122,104); }
H1.HeaderClassName
{
color: #997A68;
}
.AnyTagClassName
{
color: #997A68;
}
</style>
background-color css
<style>
a { background-color: #997A68; }
a { background-color: rgb(153,122,104); }
div.DivClassName
{
background-color: #997A68;
}
.BgClassName
{
background-color: #997A68;
}
</style>
border-color css
<style>
span { border-color: #997A68; }
span { border-color: rgb(153,122,104); }
td.TdClassName
{
border-color: #997A68;
}
.TagClassName
{
border-color: #997A68;
}
</style>