Shades of Gurkha #958A6C
Tints of Gurkha #958A6C
RGB
CMYK
RGB Variations
Color information
#958A6C (or 0x958A6C) is known color: Gurkha. HEX triplet: 95, 8A and 6C. RGB value is (149,138,108). Sum of RGB (Red+Green+Blue) = 149+138+108=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #958A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A6C is #6A7593. Grayscale: #8A8A8A. Windows color (decimal): -6976916 or 7113365. OLE color: 7113365.
HSL color Cylindrical-coordinate representation of color #958A6C: hue angle of 43.9º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #958A6C is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 108 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.42 |
| HSL | 43.9º | 0.16% | 0.5% | - |
| HSV(B) | 43.9º | 0.28% | 0.58% | - |
| XYZ | 24.19 | 25.65 | 17.86 | - |
| YUV | 137.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 108 | 0 | 0.07 | 0.28 | 0.42 | 43.9 | 0.16 | 0.5 |
| Hex | 95 | 8A | 6C | 0 | 7 | 1C | 2A | 2C | 10 | 32 |
| Octal | 225 | 212 | 154 | 0 | 7 | 34 | 52 | 54 | 20 | 62 |
| Binary | 10010101 | 10001010 | 1101100 | 0 | 111 | 11100 | 101010 | 101100 | 10000 | 110010 |
Color Harmonies of #958A6C
Complementary color
Monochromatic Colors of #958A6C
Black with #958A6C
Text Example
Text Example
White with #958A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A6C; }
p { color: rgb(149,138,108); }
H1.HeaderClassName
{
color: #958A6C;
}
.AnyTagClassName
{
color: #958A6C;
}
</style>
background-color css
<style>
a { background-color: #958A6C; }
a { background-color: rgb(149,138,108); }
div.DivClassName
{
background-color: #958A6C;
}
.BgClassName
{
background-color: #958A6C;
}
</style>
border-color css
<style>
span { border-color: #958A6C; }
span { border-color: rgb(149,138,108); }
td.TdClassName
{
border-color: #958A6C;
}
.TagClassName
{
border-color: #958A6C;
}
</style>