Shades of Gurkha #9A9679
Tints of Gurkha #9A9679
RGB
CMYK
RGB Variations
Color information
#9A9679 (or 0x9A9679) is known color: Gurkha. HEX triplet: 9A, 96 and 79. RGB value is (154,150,121). Sum of RGB (Red+Green+Blue) = 154+150+121=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9679 is #656986. Grayscale: #949494. Windows color (decimal): -6646151 or 7968410. OLE color: 7968410.
HSL color Cylindrical-coordinate representation of color #9A9679: hue angle of 52.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A9679 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 150 | 121 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.40 |
| HSL | 52.73º | 0.14% | 0.54% | - |
| HSV(B) | 52.73º | 0.21% | 0.6% | - |
| XYZ | 27.68 | 30.06 | 22.43 | - |
| YUV | 147.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 121 | 0 | 0.03 | 0.21 | 0.40 | 52.73 | 0.14 | 0.54 |
| Hex | 9A | 96 | 79 | 0 | 3 | 15 | 28 | 35 | E | 36 |
| Octal | 232 | 226 | 171 | 0 | 3 | 25 | 50 | 65 | 16 | 66 |
| Binary | 10011010 | 10010110 | 1111001 | 0 | 11 | 10101 | 101000 | 110101 | 1110 | 110110 |
Color Harmonies of #9A9679
Complementary color
Monochromatic Colors of #9A9679
Black with #9A9679
Text Example
Text Example
White with #9A9679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9679; }
p { color: rgb(154,150,121); }
H1.HeaderClassName
{
color: #9A9679;
}
.AnyTagClassName
{
color: #9A9679;
}
</style>
background-color css
<style>
a { background-color: #9A9679; }
a { background-color: rgb(154,150,121); }
div.DivClassName
{
background-color: #9A9679;
}
.BgClassName
{
background-color: #9A9679;
}
</style>
border-color css
<style>
span { border-color: #9A9679; }
span { border-color: rgb(154,150,121); }
td.TdClassName
{
border-color: #9A9679;
}
.TagClassName
{
border-color: #9A9679;
}
</style>