Shades of Gurkha #99946F
Tints of Gurkha #99946F
RGB
CMYK
RGB Variations
Color information
#99946F (or 0x99946F) is known color: Gurkha. HEX triplet: 99, 94 and 6F. RGB value is (153,148,111). Sum of RGB (Red+Green+Blue) = 153+148+111=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #99946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99946F is #666B90. Grayscale: #919191. Windows color (decimal): -6712209 or 7312537. OLE color: 7312537.
HSL color Cylindrical-coordinate representation of color #99946F: hue angle of 52.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99946F is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 111 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.4 |
| HSL | 52.86º | 0.17% | 0.52% | - |
| HSV(B) | 52.86º | 0.27% | 0.6% | - |
| XYZ | 26.6 | 29.1 | 19.25 | - |
| YUV | 145.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 111 | 0 | 0.03 | 0.27 | 0.4 | 52.86 | 0.17 | 0.52 |
| Hex | 99 | 94 | 6F | 0 | 3 | 1B | 28 | 35 | 11 | 34 |
| Octal | 231 | 224 | 157 | 0 | 3 | 33 | 50 | 65 | 21 | 64 |
| Binary | 10011001 | 10010100 | 1101111 | 0 | 11 | 11011 | 101000 | 110101 | 10001 | 110100 |
Color Harmonies of #99946F
Complementary color
Monochromatic Colors of #99946F
Black with #99946F
Text Example
Text Example
White with #99946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99946F; }
p { color: rgb(153,148,111); }
H1.HeaderClassName
{
color: #99946F;
}
.AnyTagClassName
{
color: #99946F;
}
</style>
background-color css
<style>
a { background-color: #99946F; }
a { background-color: rgb(153,148,111); }
div.DivClassName
{
background-color: #99946F;
}
.BgClassName
{
background-color: #99946F;
}
</style>
border-color css
<style>
span { border-color: #99946F; }
span { border-color: rgb(153,148,111); }
td.TdClassName
{
border-color: #99946F;
}
.TagClassName
{
border-color: #99946F;
}
</style>