Shades of Gurkha #958A68
Tints of Gurkha #958A68
RGB
CMYK
RGB Variations
Color information
#958A68 (or 0x958A68) is known color: Gurkha. HEX triplet: 95, 8A and 68. RGB value is (149,138,104). Sum of RGB (Red+Green+Blue) = 149+138+104=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #958A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A68 is #6A7597. Grayscale: #898989. Windows color (decimal): -6976920 or 6851221. OLE color: 6851221.
HSL color Cylindrical-coordinate representation of color #958A68: hue angle of 45.33º 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 #958A68 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 104 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.42 |
| HSL | 45.33º | 0.18% | 0.5% | - |
| HSV(B) | 45.33º | 0.3% | 0.58% | - |
| XYZ | 23.98 | 25.57 | 16.77 | - |
| YUV | 137.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 104 | 0 | 0.07 | 0.30 | 0.42 | 45.33 | 0.18 | 0.5 |
| Hex | 95 | 8A | 68 | 0 | 7 | 1E | 2A | 2D | 12 | 32 |
| Octal | 225 | 212 | 150 | 0 | 7 | 36 | 52 | 55 | 22 | 62 |
| Binary | 10010101 | 10001010 | 1101000 | 0 | 111 | 11110 | 101010 | 101101 | 10010 | 110010 |
Color Harmonies of #958A68
Complementary color
Monochromatic Colors of #958A68
Black with #958A68
Text Example
Text Example
White with #958A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A68; }
p { color: rgb(149,138,104); }
H1.HeaderClassName
{
color: #958A68;
}
.AnyTagClassName
{
color: #958A68;
}
</style>
background-color css
<style>
a { background-color: #958A68; }
a { background-color: rgb(149,138,104); }
div.DivClassName
{
background-color: #958A68;
}
.BgClassName
{
background-color: #958A68;
}
</style>
border-color css
<style>
span { border-color: #958A68; }
span { border-color: rgb(149,138,104); }
td.TdClassName
{
border-color: #958A68;
}
.TagClassName
{
border-color: #958A68;
}
</style>