Shades of Hemp #8F7369
Tints of Hemp #8F7369
RGB
CMYK
RGB Variations
Color information
#8F7369 (or 0x8F7369) is known color: Hemp. HEX triplet: 8F, 73 and 69. RGB value is (143,115,105). Sum of RGB (Red+Green+Blue) = 143+115+105=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7369 is #708C96. Grayscale: #7A7A7A. Windows color (decimal): -7376023 or 6910863. OLE color: 6910863.
HSL color Cylindrical-coordinate representation of color #8F7369: hue angle of 15.79º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F7369 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 115 | 105 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.44 |
| HSL | 15.79º | 0.15% | 0.49% | - |
| HSV(B) | 15.79º | 0.27% | 0.56% | - |
| XYZ | 20.01 | 19.12 | 16 | - |
| YUV | 122.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 105 | 0 | 0.20 | 0.27 | 0.44 | 15.79 | 0.15 | 0.49 |
| Hex | 8F | 73 | 69 | 0 | 14 | 1B | 2C | 10 | F | 31 |
| Octal | 217 | 163 | 151 | 0 | 24 | 33 | 54 | 20 | 17 | 61 |
| Binary | 10001111 | 1110011 | 1101001 | 0 | 10100 | 11011 | 101100 | 10000 | 1111 | 110001 |
Color Harmonies of #8F7369
Complementary color
Monochromatic Colors of #8F7369
Black with #8F7369
Text Example
Text Example
White with #8F7369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7369; }
p { color: rgb(143,115,105); }
H1.HeaderClassName
{
color: #8F7369;
}
.AnyTagClassName
{
color: #8F7369;
}
</style>
background-color css
<style>
a { background-color: #8F7369; }
a { background-color: rgb(143,115,105); }
div.DivClassName
{
background-color: #8F7369;
}
.BgClassName
{
background-color: #8F7369;
}
</style>
border-color css
<style>
span { border-color: #8F7369; }
span { border-color: rgb(143,115,105); }
td.TdClassName
{
border-color: #8F7369;
}
.TagClassName
{
border-color: #8F7369;
}
</style>