Shades of Gurkha #99915C
Tints of Gurkha #99915C
RGB
CMYK
RGB Variations
Color information
#99915C (or 0x99915C) is known color: Gurkha. HEX triplet: 99, 91 and 5C. RGB value is (153,145,92). Sum of RGB (Red+Green+Blue) = 153+145+92=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99915C is #666EA3. Grayscale: #8D8D8D. Windows color (decimal): -6712996 or 6066585. OLE color: 6066585.
HSL color Cylindrical-coordinate representation of color #99915C: hue angle of 52.13º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99915C is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 92 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.4 |
| HSL | 52.13º | 0.25% | 0.48% | - |
| HSV(B) | 52.13º | 0.4% | 0.6% | - |
| XYZ | 25.19 | 27.8 | 14.16 | - |
| YUV | 141.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 92 | 0 | 0.05 | 0.40 | 0.4 | 52.13 | 0.25 | 0.48 |
| Hex | 99 | 91 | 5C | 0 | 5 | 28 | 28 | 34 | 19 | 30 |
| Octal | 231 | 221 | 134 | 0 | 5 | 50 | 50 | 64 | 31 | 60 |
| Binary | 10011001 | 10010001 | 1011100 | 0 | 101 | 101000 | 101000 | 110100 | 11001 | 110000 |
Color Harmonies of #99915C
Complementary color
Monochromatic Colors of #99915C
Black with #99915C
Text Example
Text Example
White with #99915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99915C; }
p { color: rgb(153,145,92); }
H1.HeaderClassName
{
color: #99915C;
}
.AnyTagClassName
{
color: #99915C;
}
</style>
background-color css
<style>
a { background-color: #99915C; }
a { background-color: rgb(153,145,92); }
div.DivClassName
{
background-color: #99915C;
}
.BgClassName
{
background-color: #99915C;
}
</style>
border-color css
<style>
span { border-color: #99915C; }
span { border-color: rgb(153,145,92); }
td.TdClassName
{
border-color: #99915C;
}
.TagClassName
{
border-color: #99915C;
}
</style>