Shades of Gurkha #958F63
Tints of Gurkha #958F63
RGB
CMYK
RGB Variations
Color information
#958F63 (or 0x958F63) is known color: Gurkha. HEX triplet: 95, 8F and 63. RGB value is (149,143,99). Sum of RGB (Red+Green+Blue) = 149+143+99=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #958F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F63 is #6A709C. Grayscale: #8B8B8B. Windows color (decimal): -6975645 or 6524821. OLE color: 6524821.
HSL color Cylindrical-coordinate representation of color #958F63: hue angle of 52.8º 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 #958F63 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 99 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.42 |
| HSL | 52.8º | 0.2% | 0.49% | - |
| HSV(B) | 52.8º | 0.34% | 0.58% | - |
| XYZ | 24.47 | 26.94 | 15.71 | - |
| YUV | 139.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 99 | 0 | 0.04 | 0.34 | 0.42 | 52.8 | 0.2 | 0.49 |
| Hex | 95 | 8F | 63 | 0 | 4 | 22 | 2A | 35 | 14 | 31 |
| Octal | 225 | 217 | 143 | 0 | 4 | 42 | 52 | 65 | 24 | 61 |
| Binary | 10010101 | 10001111 | 1100011 | 0 | 100 | 100010 | 101010 | 110101 | 10100 | 110001 |
Color Harmonies of #958F63
Complementary color
Monochromatic Colors of #958F63
Black with #958F63
Text Example
Text Example
White with #958F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F63; }
p { color: rgb(149,143,99); }
H1.HeaderClassName
{
color: #958F63;
}
.AnyTagClassName
{
color: #958F63;
}
</style>
background-color css
<style>
a { background-color: #958F63; }
a { background-color: rgb(149,143,99); }
div.DivClassName
{
background-color: #958F63;
}
.BgClassName
{
background-color: #958F63;
}
</style>
border-color css
<style>
span { border-color: #958F63; }
span { border-color: rgb(149,143,99); }
td.TdClassName
{
border-color: #958F63;
}
.TagClassName
{
border-color: #958F63;
}
</style>