Shades of Gurkha #958E63
Tints of Gurkha #958E63
RGB
CMYK
RGB Variations
Color information
#958E63 (or 0x958E63) is known color: Gurkha. HEX triplet: 95, 8E and 63. RGB value is (149,142,99). Sum of RGB (Red+Green+Blue) = 149+142+99=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #958E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E63 is #6A719C. Grayscale: #8B8B8B. Windows color (decimal): -6975901 or 6524565. OLE color: 6524565.
HSL color Cylindrical-coordinate representation of color #958E63: hue angle of 51.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #958E63 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 99 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.42 |
| HSL | 51.6º | 0.2% | 0.49% | - |
| HSV(B) | 51.6º | 0.34% | 0.58% | - |
| XYZ | 24.32 | 26.64 | 15.66 | - |
| YUV | 139.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 99 | 0 | 0.05 | 0.34 | 0.42 | 51.6 | 0.2 | 0.49 |
| Hex | 95 | 8E | 63 | 0 | 5 | 22 | 2A | 34 | 14 | 31 |
| Octal | 225 | 216 | 143 | 0 | 5 | 42 | 52 | 64 | 24 | 61 |
| Binary | 10010101 | 10001110 | 1100011 | 0 | 101 | 100010 | 101010 | 110100 | 10100 | 110001 |
Color Harmonies of #958E63
Complementary color
Monochromatic Colors of #958E63
Black with #958E63
Text Example
Text Example
White with #958E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E63; }
p { color: rgb(149,142,99); }
H1.HeaderClassName
{
color: #958E63;
}
.AnyTagClassName
{
color: #958E63;
}
</style>
background-color css
<style>
a { background-color: #958E63; }
a { background-color: rgb(149,142,99); }
div.DivClassName
{
background-color: #958E63;
}
.BgClassName
{
background-color: #958E63;
}
</style>
border-color css
<style>
span { border-color: #958E63; }
span { border-color: rgb(149,142,99); }
td.TdClassName
{
border-color: #958E63;
}
.TagClassName
{
border-color: #958E63;
}
</style>