Shades of Gurkha #9D905B
Tints of Gurkha #9D905B
RGB
CMYK
RGB Variations
Color information
#9D905B (or 0x9D905B) is known color: Gurkha. HEX triplet: 9D, 90 and 5B. RGB value is (157,144,91). Sum of RGB (Red+Green+Blue) = 157+144+91=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D905B is #626FA4. Grayscale: #8E8E8E. Windows color (decimal): -6451109 or 6000797. OLE color: 6000797.
HSL color Cylindrical-coordinate representation of color #9D905B: hue angle of 48.18º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D905B is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 91 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.38 |
| HSL | 48.18º | 0.27% | 0.49% | - |
| HSV(B) | 48.18º | 0.42% | 0.62% | - |
| XYZ | 25.77 | 27.87 | 13.92 | - |
| YUV | 141.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 91 | 0 | 0.08 | 0.42 | 0.38 | 48.18 | 0.27 | 0.49 |
| Hex | 9D | 90 | 5B | 0 | 8 | 2A | 26 | 30 | 1B | 31 |
| Octal | 235 | 220 | 133 | 0 | 10 | 52 | 46 | 60 | 33 | 61 |
| Binary | 10011101 | 10010000 | 1011011 | 0 | 1000 | 101010 | 100110 | 110000 | 11011 | 110001 |
Color Harmonies of #9D905B
Complementary color
Monochromatic Colors of #9D905B
Black with #9D905B
Text Example
Text Example
White with #9D905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D905B; }
p { color: rgb(157,144,91); }
H1.HeaderClassName
{
color: #9D905B;
}
.AnyTagClassName
{
color: #9D905B;
}
</style>
background-color css
<style>
a { background-color: #9D905B; }
a { background-color: rgb(157,144,91); }
div.DivClassName
{
background-color: #9D905B;
}
.BgClassName
{
background-color: #9D905B;
}
</style>
border-color css
<style>
span { border-color: #9D905B; }
span { border-color: rgb(157,144,91); }
td.TdClassName
{
border-color: #9D905B;
}
.TagClassName
{
border-color: #9D905B;
}
</style>