Shades of Gurkha #9D926A
Tints of Gurkha #9D926A
RGB
CMYK
RGB Variations
Color information
#9D926A (or 0x9D926A) is known color: Gurkha. HEX triplet: 9D, 92 and 6A. RGB value is (157,146,106). Sum of RGB (Red+Green+Blue) = 157+146+106=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D926A is #626D95. Grayscale: #909090. Windows color (decimal): -6450582 or 6984349. OLE color: 6984349.
HSL color Cylindrical-coordinate representation of color #9D926A: hue angle of 47.06º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D926A is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 106 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.38 |
| HSL | 47.06º | 0.21% | 0.52% | - |
| HSV(B) | 47.06º | 0.32% | 0.62% | - |
| XYZ | 26.79 | 28.77 | 17.78 | - |
| YUV | 144.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 106 | 0 | 0.07 | 0.32 | 0.38 | 47.06 | 0.21 | 0.52 |
| Hex | 9D | 92 | 6A | 0 | 7 | 20 | 26 | 2F | 15 | 34 |
| Octal | 235 | 222 | 152 | 0 | 7 | 40 | 46 | 57 | 25 | 64 |
| Binary | 10011101 | 10010010 | 1101010 | 0 | 111 | 100000 | 100110 | 101111 | 10101 | 110100 |
Color Harmonies of #9D926A
Complementary color
Monochromatic Colors of #9D926A
Black with #9D926A
Text Example
Text Example
White with #9D926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D926A; }
p { color: rgb(157,146,106); }
H1.HeaderClassName
{
color: #9D926A;
}
.AnyTagClassName
{
color: #9D926A;
}
</style>
background-color css
<style>
a { background-color: #9D926A; }
a { background-color: rgb(157,146,106); }
div.DivClassName
{
background-color: #9D926A;
}
.BgClassName
{
background-color: #9D926A;
}
</style>
border-color css
<style>
span { border-color: #9D926A; }
span { border-color: rgb(157,146,106); }
td.TdClassName
{
border-color: #9D926A;
}
.TagClassName
{
border-color: #9D926A;
}
</style>