Shades of Gurkha #8F896E
Tints of Gurkha #8F896E
RGB
CMYK
RGB Variations
Color information
#8F896E (or 0x8F896E) is known color: Gurkha. HEX triplet: 8F, 89 and 6E. RGB value is (143,137,110). Sum of RGB (Red+Green+Blue) = 143+137+110=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 143 - color contains mainly: red. Hex color #8F896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F896E is #707691. Grayscale: #878787. Windows color (decimal): -7370386 or 7244175. OLE color: 7244175.
HSL color Cylindrical-coordinate representation of color #8F896E: hue angle of 49.09º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F896E is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 110 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.44 |
| HSL | 49.09º | 0.13% | 0.5% | - |
| HSV(B) | 49.09º | 0.23% | 0.56% | - |
| XYZ | 23.09 | 24.86 | 18.33 | - |
| YUV | 135.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 110 | 0 | 0.04 | 0.23 | 0.44 | 49.09 | 0.13 | 0.5 |
| Hex | 8F | 89 | 6E | 0 | 4 | 17 | 2C | 31 | D | 32 |
| Octal | 217 | 211 | 156 | 0 | 4 | 27 | 54 | 61 | 15 | 62 |
| Binary | 10001111 | 10001001 | 1101110 | 0 | 100 | 10111 | 101100 | 110001 | 1101 | 110010 |
Color Harmonies of #8F896E
Complementary color
Monochromatic Colors of #8F896E
Black with #8F896E
Text Example
Text Example
White with #8F896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F896E; }
p { color: rgb(143,137,110); }
H1.HeaderClassName
{
color: #8F896E;
}
.AnyTagClassName
{
color: #8F896E;
}
</style>
background-color css
<style>
a { background-color: #8F896E; }
a { background-color: rgb(143,137,110); }
div.DivClassName
{
background-color: #8F896E;
}
.BgClassName
{
background-color: #8F896E;
}
</style>
border-color css
<style>
span { border-color: #8F896E; }
span { border-color: rgb(143,137,110); }
td.TdClassName
{
border-color: #8F896E;
}
.TagClassName
{
border-color: #8F896E;
}
</style>