Shades of Gurkha #99937A
Tints of Gurkha #99937A
RGB
CMYK
RGB Variations
Color information
#99937A (or 0x99937A) is known color: Gurkha. HEX triplet: 99, 93 and 7A. RGB value is (153,147,122). Sum of RGB (Red+Green+Blue) = 153+147+122=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #99937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99937A is #666C85. Grayscale: #929292. Windows color (decimal): -6712454 or 8033177. OLE color: 8033177.
HSL color Cylindrical-coordinate representation of color #99937A: hue angle of 48.39º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99937A is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 122 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.4 |
| HSL | 48.39º | 0.13% | 0.54% | - |
| HSV(B) | 48.39º | 0.2% | 0.6% | - |
| XYZ | 27.08 | 29.04 | 22.59 | - |
| YUV | 145.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 122 | 0 | 0.04 | 0.20 | 0.4 | 48.39 | 0.13 | 0.54 |
| Hex | 99 | 93 | 7A | 0 | 4 | 14 | 28 | 30 | D | 36 |
| Octal | 231 | 223 | 172 | 0 | 4 | 24 | 50 | 60 | 15 | 66 |
| Binary | 10011001 | 10010011 | 1111010 | 0 | 100 | 10100 | 101000 | 110000 | 1101 | 110110 |
Color Harmonies of #99937A
Complementary color
Monochromatic Colors of #99937A
Black with #99937A
Text Example
Text Example
White with #99937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99937A; }
p { color: rgb(153,147,122); }
H1.HeaderClassName
{
color: #99937A;
}
.AnyTagClassName
{
color: #99937A;
}
</style>
background-color css
<style>
a { background-color: #99937A; }
a { background-color: rgb(153,147,122); }
div.DivClassName
{
background-color: #99937A;
}
.BgClassName
{
background-color: #99937A;
}
</style>
border-color css
<style>
span { border-color: #99937A; }
span { border-color: rgb(153,147,122); }
td.TdClassName
{
border-color: #99937A;
}
.TagClassName
{
border-color: #99937A;
}
</style>