Shades of Gurkha #99915D
Tints of Gurkha #99915D
RGB
CMYK
RGB Variations
Color information
#99915D (or 0x99915D) is known color: Gurkha. HEX triplet: 99, 91 and 5D. RGB value is (153,145,93). Sum of RGB (Red+Green+Blue) = 153+145+93=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #99915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99915D is #666EA2. Grayscale: #8D8D8D. Windows color (decimal): -6712995 or 6132121. OLE color: 6132121.
HSL color Cylindrical-coordinate representation of color #99915D: hue angle of 52º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99915D is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 93 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.4 |
| HSL | 52º | 0.24% | 0.48% | - |
| HSV(B) | 52º | 0.39% | 0.6% | - |
| XYZ | 25.24 | 27.81 | 14.39 | - |
| YUV | 141.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 93 | 0 | 0.05 | 0.39 | 0.4 | 52 | 0.24 | 0.48 |
| Hex | 99 | 91 | 5D | 0 | 5 | 27 | 28 | 34 | 18 | 30 |
| Octal | 231 | 221 | 135 | 0 | 5 | 47 | 50 | 64 | 30 | 60 |
| Binary | 10011001 | 10010001 | 1011101 | 0 | 101 | 100111 | 101000 | 110100 | 11000 | 110000 |
Color Harmonies of #99915D
Complementary color
Monochromatic Colors of #99915D
Black with #99915D
Text Example
Text Example
White with #99915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99915D; }
p { color: rgb(153,145,93); }
H1.HeaderClassName
{
color: #99915D;
}
.AnyTagClassName
{
color: #99915D;
}
</style>
background-color css
<style>
a { background-color: #99915D; }
a { background-color: rgb(153,145,93); }
div.DivClassName
{
background-color: #99915D;
}
.BgClassName
{
background-color: #99915D;
}
</style>
border-color css
<style>
span { border-color: #99915D; }
span { border-color: rgb(153,145,93); }
td.TdClassName
{
border-color: #99915D;
}
.TagClassName
{
border-color: #99915D;
}
</style>