Shades of Gurkha #999260
Tints of Gurkha #999260
RGB
CMYK
RGB Variations
Color information
#999260 (or 0x999260) is known color: Gurkha. HEX triplet: 99, 92 and 60. RGB value is (153,146,96). Sum of RGB (Red+Green+Blue) = 153+146+96=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #999260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999260 is #666D9F. Grayscale: #8E8E8E. Windows color (decimal): -6712736 or 6328985. OLE color: 6328985.
HSL color Cylindrical-coordinate representation of color #999260: hue angle of 52.63º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #999260 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 96 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.4 |
| HSL | 52.63º | 0.23% | 0.49% | - |
| HSV(B) | 52.63º | 0.37% | 0.6% | - |
| XYZ | 25.53 | 28.17 | 15.16 | - |
| YUV | 142.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 96 | 0 | 0.05 | 0.37 | 0.4 | 52.63 | 0.23 | 0.49 |
| Hex | 99 | 92 | 60 | 0 | 5 | 25 | 28 | 35 | 17 | 31 |
| Octal | 231 | 222 | 140 | 0 | 5 | 45 | 50 | 65 | 27 | 61 |
| Binary | 10011001 | 10010010 | 1100000 | 0 | 101 | 100101 | 101000 | 110101 | 10111 | 110001 |
Color Harmonies of #999260
Complementary color
Monochromatic Colors of #999260
Black with #999260
Text Example
Text Example
White with #999260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999260; }
p { color: rgb(153,146,96); }
H1.HeaderClassName
{
color: #999260;
}
.AnyTagClassName
{
color: #999260;
}
</style>
background-color css
<style>
a { background-color: #999260; }
a { background-color: rgb(153,146,96); }
div.DivClassName
{
background-color: #999260;
}
.BgClassName
{
background-color: #999260;
}
</style>
border-color css
<style>
span { border-color: #999260; }
span { border-color: rgb(153,146,96); }
td.TdClassName
{
border-color: #999260;
}
.TagClassName
{
border-color: #999260;
}
</style>