Shades of Gurkha #99925B
Tints of Gurkha #99925B
RGB
CMYK
RGB Variations
Color information
#99925B (or 0x99925B) is known color: Gurkha. HEX triplet: 99, 92 and 5B. RGB value is (153,146,91). Sum of RGB (Red+Green+Blue) = 153+146+91=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99925B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99925B is #666DA4. Grayscale: #8E8E8E. Windows color (decimal): -6712741 or 6001305. OLE color: 6001305.
HSL color Cylindrical-coordinate representation of color #99925B: hue angle of 53.23º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99925B is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 91 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.4 |
| HSL | 53.23º | 0.25% | 0.48% | - |
| HSV(B) | 53.23º | 0.41% | 0.6% | - |
| XYZ | 25.3 | 28.09 | 13.98 | - |
| YUV | 141.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 91 | 0 | 0.05 | 0.41 | 0.4 | 53.23 | 0.25 | 0.48 |
| Hex | 99 | 92 | 5B | 0 | 5 | 29 | 28 | 35 | 19 | 30 |
| Octal | 231 | 222 | 133 | 0 | 5 | 51 | 50 | 65 | 31 | 60 |
| Binary | 10011001 | 10010010 | 1011011 | 0 | 101 | 101001 | 101000 | 110101 | 11001 | 110000 |
Color Harmonies of #99925B
Complementary color
Monochromatic Colors of #99925B
Black with #99925B
Text Example
Text Example
White with #99925B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99925B; }
p { color: rgb(153,146,91); }
H1.HeaderClassName
{
color: #99925B;
}
.AnyTagClassName
{
color: #99925B;
}
</style>
background-color css
<style>
a { background-color: #99925B; }
a { background-color: rgb(153,146,91); }
div.DivClassName
{
background-color: #99925B;
}
.BgClassName
{
background-color: #99925B;
}
</style>
border-color css
<style>
span { border-color: #99925B; }
span { border-color: rgb(153,146,91); }
td.TdClassName
{
border-color: #99925B;
}
.TagClassName
{
border-color: #99925B;
}
</style>