Shades of Gurkha #999262
Tints of Gurkha #999262
RGB
CMYK
RGB Variations
Color information
#999262 (or 0x999262) is known color: Gurkha. HEX triplet: 99, 92 and 62. RGB value is (153,146,98). Sum of RGB (Red+Green+Blue) = 153+146+98=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #999262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999262 is #666D9D. Grayscale: #8E8E8E. Windows color (decimal): -6712734 or 6460057. OLE color: 6460057.
HSL color Cylindrical-coordinate representation of color #999262: hue angle of 52.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #999262 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 98 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.4 |
| HSL | 52.36º | 0.22% | 0.49% | - |
| HSV(B) | 52.36º | 0.36% | 0.6% | - |
| XYZ | 25.62 | 28.21 | 15.65 | - |
| YUV | 142.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 98 | 0 | 0.05 | 0.36 | 0.4 | 52.36 | 0.22 | 0.49 |
| Hex | 99 | 92 | 62 | 0 | 5 | 24 | 28 | 34 | 16 | 31 |
| Octal | 231 | 222 | 142 | 0 | 5 | 44 | 50 | 64 | 26 | 61 |
| Binary | 10011001 | 10010010 | 1100010 | 0 | 101 | 100100 | 101000 | 110100 | 10110 | 110001 |
Color Harmonies of #999262
Complementary color
Monochromatic Colors of #999262
Black with #999262
Text Example
Text Example
White with #999262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999262; }
p { color: rgb(153,146,98); }
H1.HeaderClassName
{
color: #999262;
}
.AnyTagClassName
{
color: #999262;
}
</style>
background-color css
<style>
a { background-color: #999262; }
a { background-color: rgb(153,146,98); }
div.DivClassName
{
background-color: #999262;
}
.BgClassName
{
background-color: #999262;
}
</style>
border-color css
<style>
span { border-color: #999262; }
span { border-color: rgb(153,146,98); }
td.TdClassName
{
border-color: #999262;
}
.TagClassName
{
border-color: #999262;
}
</style>