Shades of Gurkha #9D915A
Tints of Gurkha #9D915A
RGB
CMYK
RGB Variations
Color information
#9D915A (or 0x9D915A) is known color: Gurkha. HEX triplet: 9D, 91 and 5A. RGB value is (157,145,90). Sum of RGB (Red+Green+Blue) = 157+145+90=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D915A is #626EA5. Grayscale: #8E8E8E. Windows color (decimal): -6450854 or 5935517. OLE color: 5935517.
HSL color Cylindrical-coordinate representation of color #9D915A: hue angle of 49.25º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D915A is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 90 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.38 |
| HSL | 49.25º | 0.27% | 0.48% | - |
| HSV(B) | 49.25º | 0.43% | 0.62% | - |
| XYZ | 25.88 | 28.16 | 13.74 | - |
| YUV | 142.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 90 | 0 | 0.08 | 0.43 | 0.38 | 49.25 | 0.27 | 0.48 |
| Hex | 9D | 91 | 5A | 0 | 8 | 2B | 26 | 31 | 1B | 30 |
| Octal | 235 | 221 | 132 | 0 | 10 | 53 | 46 | 61 | 33 | 60 |
| Binary | 10011101 | 10010001 | 1011010 | 0 | 1000 | 101011 | 100110 | 110001 | 11011 | 110000 |
Color Harmonies of #9D915A
Complementary color
Monochromatic Colors of #9D915A
Black with #9D915A
Text Example
Text Example
White with #9D915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D915A; }
p { color: rgb(157,145,90); }
H1.HeaderClassName
{
color: #9D915A;
}
.AnyTagClassName
{
color: #9D915A;
}
</style>
background-color css
<style>
a { background-color: #9D915A; }
a { background-color: rgb(157,145,90); }
div.DivClassName
{
background-color: #9D915A;
}
.BgClassName
{
background-color: #9D915A;
}
</style>
border-color css
<style>
span { border-color: #9D915A; }
span { border-color: rgb(157,145,90); }
td.TdClassName
{
border-color: #9D915A;
}
.TagClassName
{
border-color: #9D915A;
}
</style>