Shades of Hemp #97766B
Tints of Hemp #97766B
RGB
CMYK
RGB Variations
Color information
#97766B (or 0x97766B) is known color: Hemp. HEX triplet: 97, 76 and 6B. RGB value is (151,118,107). Sum of RGB (Red+Green+Blue) = 151+118+107=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 151 - color contains mainly: red. Hex color #97766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97766B is #688994. Grayscale: #7E7E7E. Windows color (decimal): -6850965 or 7042711. OLE color: 7042711.
HSL color Cylindrical-coordinate representation of color #97766B: hue angle of 15º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97766B is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 118 | 107 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.41 |
| HSL | 15º | 0.17% | 0.51% | - |
| HSV(B) | 15º | 0.29% | 0.59% | - |
| XYZ | 21.89 | 20.6 | 16.73 | - |
| YUV | 126.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 118 | 107 | 0 | 0.22 | 0.29 | 0.41 | 15 | 0.17 | 0.51 |
| Hex | 97 | 76 | 6B | 0 | 16 | 1D | 29 | F | 11 | 33 |
| Octal | 227 | 166 | 153 | 0 | 26 | 35 | 51 | 17 | 21 | 63 |
| Binary | 10010111 | 1110110 | 1101011 | 0 | 10110 | 11101 | 101001 | 1111 | 10001 | 110011 |
Color Harmonies of #97766B
Complementary color
Monochromatic Colors of #97766B
Black with #97766B
Text Example
Text Example
White with #97766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97766B; }
p { color: rgb(151,118,107); }
H1.HeaderClassName
{
color: #97766B;
}
.AnyTagClassName
{
color: #97766B;
}
</style>
background-color css
<style>
a { background-color: #97766B; }
a { background-color: rgb(151,118,107); }
div.DivClassName
{
background-color: #97766B;
}
.BgClassName
{
background-color: #97766B;
}
</style>
border-color css
<style>
span { border-color: #97766B; }
span { border-color: rgb(151,118,107); }
td.TdClassName
{
border-color: #97766B;
}
.TagClassName
{
border-color: #97766B;
}
</style>