Shades of Hemp #997B6C
Tints of Hemp #997B6C
RGB
CMYK
RGB Variations
Color information
#997B6C (or 0x997B6C) is known color: Hemp. HEX triplet: 99, 7B and 6C. RGB value is (153,123,108). Sum of RGB (Red+Green+Blue) = 153+123+108=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #997B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B6C is #668493. Grayscale: #828282. Windows color (decimal): -6718612 or 7109529. OLE color: 7109529.
HSL color Cylindrical-coordinate representation of color #997B6C: hue angle of 20º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #997B6C is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 108 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.4 |
| HSL | 20º | 0.18% | 0.51% | - |
| HSV(B) | 20º | 0.29% | 0.6% | - |
| XYZ | 22.93 | 22.02 | 17.23 | - |
| YUV | 130.26 | 115.44 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 108 | 0 | 0.20 | 0.29 | 0.4 | 20 | 0.18 | 0.51 |
| Hex | 99 | 7B | 6C | 0 | 14 | 1D | 28 | 14 | 12 | 33 |
| Octal | 231 | 173 | 154 | 0 | 24 | 35 | 50 | 24 | 22 | 63 |
| Binary | 10011001 | 1111011 | 1101100 | 0 | 10100 | 11101 | 101000 | 10100 | 10010 | 110011 |
Color Harmonies of #997B6C
Complementary color
Monochromatic Colors of #997B6C
Black with #997B6C
Text Example
Text Example
White with #997B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B6C; }
p { color: rgb(153,123,108); }
H1.HeaderClassName
{
color: #997B6C;
}
.AnyTagClassName
{
color: #997B6C;
}
</style>
background-color css
<style>
a { background-color: #997B6C; }
a { background-color: rgb(153,123,108); }
div.DivClassName
{
background-color: #997B6C;
}
.BgClassName
{
background-color: #997B6C;
}
</style>
border-color css
<style>
span { border-color: #997B6C; }
span { border-color: rgb(153,123,108); }
td.TdClassName
{
border-color: #997B6C;
}
.TagClassName
{
border-color: #997B6C;
}
</style>