Shades of Gurkha #9D945B
Tints of Gurkha #9D945B
RGB
CMYK
RGB Variations
Color information
#9D945B (or 0x9D945B) is known color: Gurkha. HEX triplet: 9D, 94 and 5B. RGB value is (157,148,91). Sum of RGB (Red+Green+Blue) = 157+148+91=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D945B is #626BA4. Grayscale: #909090. Windows color (decimal): -6450085 or 6001821. OLE color: 6001821.
HSL color Cylindrical-coordinate representation of color #9D945B: hue angle of 51.82º 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 #9D945B is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 148 | 91 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.38 |
| HSL | 51.82º | 0.27% | 0.49% | - |
| HSV(B) | 51.82º | 0.42% | 0.62% | - |
| XYZ | 26.38 | 29.1 | 14.12 | - |
| YUV | 144.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 148 | 91 | 0 | 0.06 | 0.42 | 0.38 | 51.82 | 0.27 | 0.49 |
| Hex | 9D | 94 | 5B | 0 | 6 | 2A | 26 | 34 | 1B | 31 |
| Octal | 235 | 224 | 133 | 0 | 6 | 52 | 46 | 64 | 33 | 61 |
| Binary | 10011101 | 10010100 | 1011011 | 0 | 110 | 101010 | 100110 | 110100 | 11011 | 110001 |
Color Harmonies of #9D945B
Complementary color
Monochromatic Colors of #9D945B
Black with #9D945B
Text Example
Text Example
White with #9D945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D945B; }
p { color: rgb(157,148,91); }
H1.HeaderClassName
{
color: #9D945B;
}
.AnyTagClassName
{
color: #9D945B;
}
</style>
background-color css
<style>
a { background-color: #9D945B; }
a { background-color: rgb(157,148,91); }
div.DivClassName
{
background-color: #9D945B;
}
.BgClassName
{
background-color: #9D945B;
}
</style>
border-color css
<style>
span { border-color: #9D945B; }
span { border-color: rgb(157,148,91); }
td.TdClassName
{
border-color: #9D945B;
}
.TagClassName
{
border-color: #9D945B;
}
</style>