Shades of Gurkha #958C6E
Tints of Gurkha #958C6E
RGB
CMYK
RGB Variations
Color information
#958C6E (or 0x958C6E) is known color: Gurkha. HEX triplet: 95, 8C and 6E. RGB value is (149,140,110). Sum of RGB (Red+Green+Blue) = 149+140+110=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #958C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C6E is #6A7391. Grayscale: #8B8B8B. Windows color (decimal): -6976402 or 7244949. OLE color: 7244949.
HSL color Cylindrical-coordinate representation of color #958C6E: hue angle of 46.15º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #958C6E is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 110 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.42 |
| HSL | 46.15º | 0.16% | 0.51% | - |
| HSV(B) | 46.15º | 0.26% | 0.58% | - |
| XYZ | 24.59 | 26.27 | 18.53 | - |
| YUV | 139.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 110 | 0 | 0.06 | 0.26 | 0.42 | 46.15 | 0.16 | 0.51 |
| Hex | 95 | 8C | 6E | 0 | 6 | 1A | 2A | 2E | 10 | 33 |
| Octal | 225 | 214 | 156 | 0 | 6 | 32 | 52 | 56 | 20 | 63 |
| Binary | 10010101 | 10001100 | 1101110 | 0 | 110 | 11010 | 101010 | 101110 | 10000 | 110011 |
Color Harmonies of #958C6E
Complementary color
Monochromatic Colors of #958C6E
Black with #958C6E
Text Example
Text Example
White with #958C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C6E; }
p { color: rgb(149,140,110); }
H1.HeaderClassName
{
color: #958C6E;
}
.AnyTagClassName
{
color: #958C6E;
}
</style>
background-color css
<style>
a { background-color: #958C6E; }
a { background-color: rgb(149,140,110); }
div.DivClassName
{
background-color: #958C6E;
}
.BgClassName
{
background-color: #958C6E;
}
</style>
border-color css
<style>
span { border-color: #958C6E; }
span { border-color: rgb(149,140,110); }
td.TdClassName
{
border-color: #958C6E;
}
.TagClassName
{
border-color: #958C6E;
}
</style>