Shades of Hemp #9F7A6A
Tints of Hemp #9F7A6A
RGB
CMYK
RGB Variations
Color information
#9F7A6A (or 0x9F7A6A) is known color: Hemp. HEX triplet: 9F, 7A and 6A. RGB value is (159,122,106). Sum of RGB (Red+Green+Blue) = 159+122+106=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7A6A is #608595. Grayscale: #838383. Windows color (decimal): -6325654 or 6978207. OLE color: 6978207.
HSL color Cylindrical-coordinate representation of color #9F7A6A: hue angle of 18.11º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F7A6A is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 122 | 106 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.38 |
| HSL | 18.11º | 0.22% | 0.52% | - |
| HSV(B) | 18.11º | 0.33% | 0.62% | - |
| XYZ | 23.86 | 22.33 | 16.69 | - |
| YUV | 131.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 106 | 0 | 0.23 | 0.33 | 0.38 | 18.11 | 0.22 | 0.52 |
| Hex | 9F | 7A | 6A | 0 | 17 | 21 | 26 | 12 | 16 | 34 |
| Octal | 237 | 172 | 152 | 0 | 27 | 41 | 46 | 22 | 26 | 64 |
| Binary | 10011111 | 1111010 | 1101010 | 0 | 10111 | 100001 | 100110 | 10010 | 10110 | 110100 |
Color Harmonies of #9F7A6A
Complementary color
Monochromatic Colors of #9F7A6A
Black with #9F7A6A
Text Example
Text Example
White with #9F7A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7A6A; }
p { color: rgb(159,122,106); }
H1.HeaderClassName
{
color: #9F7A6A;
}
.AnyTagClassName
{
color: #9F7A6A;
}
</style>
background-color css
<style>
a { background-color: #9F7A6A; }
a { background-color: rgb(159,122,106); }
div.DivClassName
{
background-color: #9F7A6A;
}
.BgClassName
{
background-color: #9F7A6A;
}
</style>
border-color css
<style>
span { border-color: #9F7A6A; }
span { border-color: rgb(159,122,106); }
td.TdClassName
{
border-color: #9F7A6A;
}
.TagClassName
{
border-color: #9F7A6A;
}
</style>