Shades of Gurkha #999679
Tints of Gurkha #999679
RGB
CMYK
RGB Variations
Color information
#999679 (or 0x999679) is known color: Gurkha. HEX triplet: 99, 96 and 79. RGB value is (153,150,121). Sum of RGB (Red+Green+Blue) = 153+150+121=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #999679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999679 is #666986. Grayscale: #939393. Windows color (decimal): -6711687 or 7968409. OLE color: 7968409.
HSL color Cylindrical-coordinate representation of color #999679: hue angle of 54.38º 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 #999679 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 121 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.4 |
| HSL | 54.38º | 0.14% | 0.54% | - |
| HSV(B) | 54.38º | 0.21% | 0.6% | - |
| XYZ | 27.49 | 29.97 | 22.42 | - |
| YUV | 147.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 121 | 0 | 0.02 | 0.21 | 0.4 | 54.38 | 0.14 | 0.54 |
| Hex | 99 | 96 | 79 | 0 | 2 | 15 | 28 | 36 | E | 36 |
| Octal | 231 | 226 | 171 | 0 | 2 | 25 | 50 | 66 | 16 | 66 |
| Binary | 10011001 | 10010110 | 1111001 | 0 | 10 | 10101 | 101000 | 110110 | 1110 | 110110 |
Color Harmonies of #999679
Complementary color
Monochromatic Colors of #999679
Black with #999679
Text Example
Text Example
White with #999679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999679; }
p { color: rgb(153,150,121); }
H1.HeaderClassName
{
color: #999679;
}
.AnyTagClassName
{
color: #999679;
}
</style>
background-color css
<style>
a { background-color: #999679; }
a { background-color: rgb(153,150,121); }
div.DivClassName
{
background-color: #999679;
}
.BgClassName
{
background-color: #999679;
}
</style>
border-color css
<style>
span { border-color: #999679; }
span { border-color: rgb(153,150,121); }
td.TdClassName
{
border-color: #999679;
}
.TagClassName
{
border-color: #999679;
}
</style>