Shades of Hemp #98766B
Tints of Hemp #98766B
RGB
CMYK
RGB Variations
Color information
#98766B (or 0x98766B) is known color: Hemp. HEX triplet: 98, 76 and 6B. RGB value is (152,118,107). Sum of RGB (Red+Green+Blue) = 152+118+107=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98766B is #678994. Grayscale: #7E7E7E. Windows color (decimal): -6785429 or 7042712. OLE color: 7042712.
HSL color Cylindrical-coordinate representation of color #98766B: hue angle of 14.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98766B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 107 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.40 |
| HSL | 14.67º | 0.18% | 0.51% | - |
| HSV(B) | 14.67º | 0.3% | 0.6% | - |
| XYZ | 22.08 | 20.69 | 16.74 | - |
| YUV | 126.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 107 | 0 | 0.22 | 0.30 | 0.40 | 14.67 | 0.18 | 0.51 |
| Hex | 98 | 76 | 6B | 0 | 16 | 1E | 28 | F | 12 | 33 |
| Octal | 230 | 166 | 153 | 0 | 26 | 36 | 50 | 17 | 22 | 63 |
| Binary | 10011000 | 1110110 | 1101011 | 0 | 10110 | 11110 | 101000 | 1111 | 10010 | 110011 |
Color Harmonies of #98766B
Complementary color
Monochromatic Colors of #98766B
Black with #98766B
Text Example
Text Example
White with #98766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98766B; }
p { color: rgb(152,118,107); }
H1.HeaderClassName
{
color: #98766B;
}
.AnyTagClassName
{
color: #98766B;
}
</style>
background-color css
<style>
a { background-color: #98766B; }
a { background-color: rgb(152,118,107); }
div.DivClassName
{
background-color: #98766B;
}
.BgClassName
{
background-color: #98766B;
}
</style>
border-color css
<style>
span { border-color: #98766B; }
span { border-color: rgb(152,118,107); }
td.TdClassName
{
border-color: #98766B;
}
.TagClassName
{
border-color: #98766B;
}
</style>