Shades of Gurkha #9D8F5D
Tints of Gurkha #9D8F5D
RGB
CMYK
RGB Variations
Color information
#9D8F5D (or 0x9D8F5D) is known color: Gurkha. HEX triplet: 9D, 8F and 5D. RGB value is (157,143,93). Sum of RGB (Red+Green+Blue) = 157+143+93=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8F5D is #6270A2. Grayscale: #8D8D8D. Windows color (decimal): -6451363 or 6131613. OLE color: 6131613.
HSL color Cylindrical-coordinate representation of color #9D8F5D: hue angle of 46.88º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D8F5D is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 143 | 93 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.38 |
| HSL | 46.88º | 0.26% | 0.49% | - |
| HSV(B) | 46.88º | 0.41% | 0.62% | - |
| XYZ | 25.7 | 27.6 | 14.33 | - |
| YUV | 141.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 93 | 0 | 0.09 | 0.41 | 0.38 | 46.88 | 0.26 | 0.49 |
| Hex | 9D | 8F | 5D | 0 | 9 | 29 | 26 | 2F | 1A | 31 |
| Octal | 235 | 217 | 135 | 0 | 11 | 51 | 46 | 57 | 32 | 61 |
| Binary | 10011101 | 10001111 | 1011101 | 0 | 1001 | 101001 | 100110 | 101111 | 11010 | 110001 |
Color Harmonies of #9D8F5D
Complementary color
Monochromatic Colors of #9D8F5D
Black with #9D8F5D
Text Example
Text Example
White with #9D8F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8F5D; }
p { color: rgb(157,143,93); }
H1.HeaderClassName
{
color: #9D8F5D;
}
.AnyTagClassName
{
color: #9D8F5D;
}
</style>
background-color css
<style>
a { background-color: #9D8F5D; }
a { background-color: rgb(157,143,93); }
div.DivClassName
{
background-color: #9D8F5D;
}
.BgClassName
{
background-color: #9D8F5D;
}
</style>
border-color css
<style>
span { border-color: #9D8F5D; }
span { border-color: rgb(157,143,93); }
td.TdClassName
{
border-color: #9D8F5D;
}
.TagClassName
{
border-color: #9D8F5D;
}
</style>