Shades of Gurkha #999376
Tints of Gurkha #999376
RGB
CMYK
RGB Variations
Color information
#999376 (or 0x999376) is known color: Gurkha. HEX triplet: 99, 93 and 76. RGB value is (153,147,118). Sum of RGB (Red+Green+Blue) = 153+147+118=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #999376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999376 is #666C89. Grayscale: #919191. Windows color (decimal): -6712458 or 7771033. OLE color: 7771033.
HSL color Cylindrical-coordinate representation of color #999376: hue angle of 49.71º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #999376 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 118 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.4 |
| HSL | 49.71º | 0.15% | 0.53% | - |
| HSV(B) | 49.71º | 0.23% | 0.6% | - |
| XYZ | 26.84 | 28.95 | 21.31 | - |
| YUV | 145.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 118 | 0 | 0.04 | 0.23 | 0.4 | 49.71 | 0.15 | 0.53 |
| Hex | 99 | 93 | 76 | 0 | 4 | 17 | 28 | 32 | F | 35 |
| Octal | 231 | 223 | 166 | 0 | 4 | 27 | 50 | 62 | 17 | 65 |
| Binary | 10011001 | 10010011 | 1110110 | 0 | 100 | 10111 | 101000 | 110010 | 1111 | 110101 |
Color Harmonies of #999376
Complementary color
Monochromatic Colors of #999376
Black with #999376
Text Example
Text Example
White with #999376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999376; }
p { color: rgb(153,147,118); }
H1.HeaderClassName
{
color: #999376;
}
.AnyTagClassName
{
color: #999376;
}
</style>
background-color css
<style>
a { background-color: #999376; }
a { background-color: rgb(153,147,118); }
div.DivClassName
{
background-color: #999376;
}
.BgClassName
{
background-color: #999376;
}
</style>
border-color css
<style>
span { border-color: #999376; }
span { border-color: rgb(153,147,118); }
td.TdClassName
{
border-color: #999376;
}
.TagClassName
{
border-color: #999376;
}
</style>