Shades of Gurkha #9D8F5C
Tints of Gurkha #9D8F5C
RGB
CMYK
RGB Variations
Color information
#9D8F5C (or 0x9D8F5C) is known color: Gurkha. HEX triplet: 9D, 8F and 5C. RGB value is (157,143,92). Sum of RGB (Red+Green+Blue) = 157+143+92=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8F5C is #6270A3. Grayscale: #8D8D8D. Windows color (decimal): -6451364 or 6066077. OLE color: 6066077.
HSL color Cylindrical-coordinate representation of color #9D8F5C: hue angle of 47.08º 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 #9D8F5C is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 143 | 92 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.38 |
| HSL | 47.08º | 0.26% | 0.49% | - |
| HSV(B) | 47.08º | 0.41% | 0.62% | - |
| XYZ | 25.66 | 27.59 | 14.1 | - |
| YUV | 141.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 92 | 0 | 0.09 | 0.41 | 0.38 | 47.08 | 0.26 | 0.49 |
| Hex | 9D | 8F | 5C | 0 | 9 | 29 | 26 | 2F | 1A | 31 |
| Octal | 235 | 217 | 134 | 0 | 11 | 51 | 46 | 57 | 32 | 61 |
| Binary | 10011101 | 10001111 | 1011100 | 0 | 1001 | 101001 | 100110 | 101111 | 11010 | 110001 |
Color Harmonies of #9D8F5C
Complementary color
Monochromatic Colors of #9D8F5C
Black with #9D8F5C
Text Example
Text Example
White with #9D8F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8F5C; }
p { color: rgb(157,143,92); }
H1.HeaderClassName
{
color: #9D8F5C;
}
.AnyTagClassName
{
color: #9D8F5C;
}
</style>
background-color css
<style>
a { background-color: #9D8F5C; }
a { background-color: rgb(157,143,92); }
div.DivClassName
{
background-color: #9D8F5C;
}
.BgClassName
{
background-color: #9D8F5C;
}
</style>
border-color css
<style>
span { border-color: #9D8F5C; }
span { border-color: rgb(157,143,92); }
td.TdClassName
{
border-color: #9D8F5C;
}
.TagClassName
{
border-color: #9D8F5C;
}
</style>