Shades of Gurkha #999279
Tints of Gurkha #999279
RGB
CMYK
RGB Variations
Color information
#999279 (or 0x999279) is known color: Gurkha. HEX triplet: 99, 92 and 79. RGB value is (153,146,121). Sum of RGB (Red+Green+Blue) = 153+146+121=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #999279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999279 is #666D86. Grayscale: #919191. Windows color (decimal): -6712711 or 7967385. OLE color: 7967385.
HSL color Cylindrical-coordinate representation of color #999279: hue angle of 46.88º 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 #999279 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 121 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.4 |
| HSL | 46.88º | 0.14% | 0.54% | - |
| HSV(B) | 46.88º | 0.21% | 0.6% | - |
| XYZ | 26.87 | 28.71 | 22.21 | - |
| YUV | 145.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 121 | 0 | 0.05 | 0.21 | 0.4 | 46.88 | 0.14 | 0.54 |
| Hex | 99 | 92 | 79 | 0 | 5 | 15 | 28 | 2F | E | 36 |
| Octal | 231 | 222 | 171 | 0 | 5 | 25 | 50 | 57 | 16 | 66 |
| Binary | 10011001 | 10010010 | 1111001 | 0 | 101 | 10101 | 101000 | 101111 | 1110 | 110110 |
Color Harmonies of #999279
Complementary color
Monochromatic Colors of #999279
Black with #999279
Text Example
Text Example
White with #999279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999279; }
p { color: rgb(153,146,121); }
H1.HeaderClassName
{
color: #999279;
}
.AnyTagClassName
{
color: #999279;
}
</style>
background-color css
<style>
a { background-color: #999279; }
a { background-color: rgb(153,146,121); }
div.DivClassName
{
background-color: #999279;
}
.BgClassName
{
background-color: #999279;
}
</style>
border-color css
<style>
span { border-color: #999279; }
span { border-color: rgb(153,146,121); }
td.TdClassName
{
border-color: #999279;
}
.TagClassName
{
border-color: #999279;
}
</style>