Shades of Gurkha #958E68
Tints of Gurkha #958E68
RGB
CMYK
RGB Variations
Color information
#958E68 (or 0x958E68) is known color: Gurkha. HEX triplet: 95, 8E and 68. RGB value is (149,142,104). Sum of RGB (Red+Green+Blue) = 149+142+104=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #958E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E68 is #6A7197. Grayscale: #8B8B8B. Windows color (decimal): -6975896 or 6852245. OLE color: 6852245.
HSL color Cylindrical-coordinate representation of color #958E68: hue angle of 50.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958E68 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 104 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.42 |
| HSL | 50.67º | 0.18% | 0.5% | - |
| HSV(B) | 50.67º | 0.3% | 0.58% | - |
| XYZ | 24.57 | 26.74 | 16.96 | - |
| YUV | 139.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 104 | 0 | 0.05 | 0.30 | 0.42 | 50.67 | 0.18 | 0.5 |
| Hex | 95 | 8E | 68 | 0 | 5 | 1E | 2A | 33 | 12 | 32 |
| Octal | 225 | 216 | 150 | 0 | 5 | 36 | 52 | 63 | 22 | 62 |
| Binary | 10010101 | 10001110 | 1101000 | 0 | 101 | 11110 | 101010 | 110011 | 10010 | 110010 |
Color Harmonies of #958E68
Complementary color
Monochromatic Colors of #958E68
Black with #958E68
Text Example
Text Example
White with #958E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E68; }
p { color: rgb(149,142,104); }
H1.HeaderClassName
{
color: #958E68;
}
.AnyTagClassName
{
color: #958E68;
}
</style>
background-color css
<style>
a { background-color: #958E68; }
a { background-color: rgb(149,142,104); }
div.DivClassName
{
background-color: #958E68;
}
.BgClassName
{
background-color: #958E68;
}
</style>
border-color css
<style>
span { border-color: #958E68; }
span { border-color: rgb(149,142,104); }
td.TdClassName
{
border-color: #958E68;
}
.TagClassName
{
border-color: #958E68;
}
</style>