Shades of Hemp #97766D
Tints of Hemp #97766D
RGB
CMYK
RGB Variations
Color information
#97766D (or 0x97766D) is known color: Hemp. HEX triplet: 97, 76 and 6D. RGB value is (151,118,109). Sum of RGB (Red+Green+Blue) = 151+118+109=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #97766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97766D is #688992. Grayscale: #7E7E7E. Windows color (decimal): -6850963 or 7173783. OLE color: 7173783.
HSL color Cylindrical-coordinate representation of color #97766D: hue angle of 12.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97766D is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 118 | 109 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.41 |
| HSL | 12.86º | 0.17% | 0.51% | - |
| HSV(B) | 12.86º | 0.28% | 0.59% | - |
| XYZ | 22 | 20.64 | 17.29 | - |
| YUV | 126.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 118 | 109 | 0 | 0.22 | 0.28 | 0.41 | 12.86 | 0.17 | 0.51 |
| Hex | 97 | 76 | 6D | 0 | 16 | 1C | 29 | D | 11 | 33 |
| Octal | 227 | 166 | 155 | 0 | 26 | 34 | 51 | 15 | 21 | 63 |
| Binary | 10010111 | 1110110 | 1101101 | 0 | 10110 | 11100 | 101001 | 1101 | 10001 | 110011 |
Color Harmonies of #97766D
Complementary color
Monochromatic Colors of #97766D
Black with #97766D
Text Example
Text Example
White with #97766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97766D; }
p { color: rgb(151,118,109); }
H1.HeaderClassName
{
color: #97766D;
}
.AnyTagClassName
{
color: #97766D;
}
</style>
background-color css
<style>
a { background-color: #97766D; }
a { background-color: rgb(151,118,109); }
div.DivClassName
{
background-color: #97766D;
}
.BgClassName
{
background-color: #97766D;
}
</style>
border-color css
<style>
span { border-color: #97766D; }
span { border-color: rgb(151,118,109); }
td.TdClassName
{
border-color: #97766D;
}
.TagClassName
{
border-color: #97766D;
}
</style>