Shades of Gurkha #958D6B
Tints of Gurkha #958D6B
RGB
CMYK
RGB Variations
Color information
#958D6B (or 0x958D6B) is known color: Gurkha. HEX triplet: 95, 8D and 6B. RGB value is (149,141,107). Sum of RGB (Red+Green+Blue) = 149+141+107=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #958D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D6B is #6A7294. Grayscale: #8B8B8B. Windows color (decimal): -6976149 or 7048597. OLE color: 7048597.
HSL color Cylindrical-coordinate representation of color #958D6B: hue angle of 48.57º degrees, saturation: 0.17, 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 #958D6B is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 107 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.42 |
| HSL | 48.57º | 0.17% | 0.5% | - |
| HSV(B) | 48.57º | 0.28% | 0.58% | - |
| XYZ | 24.57 | 26.5 | 17.73 | - |
| YUV | 139.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 107 | 0 | 0.05 | 0.28 | 0.42 | 48.57 | 0.17 | 0.5 |
| Hex | 95 | 8D | 6B | 0 | 5 | 1C | 2A | 31 | 11 | 32 |
| Octal | 225 | 215 | 153 | 0 | 5 | 34 | 52 | 61 | 21 | 62 |
| Binary | 10010101 | 10001101 | 1101011 | 0 | 101 | 11100 | 101010 | 110001 | 10001 | 110010 |
Color Harmonies of #958D6B
Complementary color
Monochromatic Colors of #958D6B
Black with #958D6B
Text Example
Text Example
White with #958D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D6B; }
p { color: rgb(149,141,107); }
H1.HeaderClassName
{
color: #958D6B;
}
.AnyTagClassName
{
color: #958D6B;
}
</style>
background-color css
<style>
a { background-color: #958D6B; }
a { background-color: rgb(149,141,107); }
div.DivClassName
{
background-color: #958D6B;
}
.BgClassName
{
background-color: #958D6B;
}
</style>
border-color css
<style>
span { border-color: #958D6B; }
span { border-color: rgb(149,141,107); }
td.TdClassName
{
border-color: #958D6B;
}
.TagClassName
{
border-color: #958D6B;
}
</style>