Shades of Gurkha #959065
Tints of Gurkha #959065
RGB
CMYK
RGB Variations
Color information
#959065 (or 0x959065) is known color: Gurkha. HEX triplet: 95, 90 and 65. RGB value is (149,144,101). Sum of RGB (Red+Green+Blue) = 149+144+101=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #959065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959065 is #6A6F9A. Grayscale: #8C8C8C. Windows color (decimal): -6975387 or 6656149. OLE color: 6656149.
HSL color Cylindrical-coordinate representation of color #959065: hue angle of 53.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959065 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 144 | 101 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.42 |
| HSL | 53.75º | 0.19% | 0.49% | - |
| HSV(B) | 53.75º | 0.32% | 0.58% | - |
| XYZ | 24.72 | 27.28 | 16.27 | - |
| YUV | 140.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 144 | 101 | 0 | 0.03 | 0.32 | 0.42 | 53.75 | 0.19 | 0.49 |
| Hex | 95 | 90 | 65 | 0 | 3 | 20 | 2A | 36 | 13 | 31 |
| Octal | 225 | 220 | 145 | 0 | 3 | 40 | 52 | 66 | 23 | 61 |
| Binary | 10010101 | 10010000 | 1100101 | 0 | 11 | 100000 | 101010 | 110110 | 10011 | 110001 |
Color Harmonies of #959065
Complementary color
Monochromatic Colors of #959065
Black with #959065
Text Example
Text Example
White with #959065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959065; }
p { color: rgb(149,144,101); }
H1.HeaderClassName
{
color: #959065;
}
.AnyTagClassName
{
color: #959065;
}
</style>
background-color css
<style>
a { background-color: #959065; }
a { background-color: rgb(149,144,101); }
div.DivClassName
{
background-color: #959065;
}
.BgClassName
{
background-color: #959065;
}
</style>
border-color css
<style>
span { border-color: #959065; }
span { border-color: rgb(149,144,101); }
td.TdClassName
{
border-color: #959065;
}
.TagClassName
{
border-color: #959065;
}
</style>