Shades of Gurkha #958C6D
Tints of Gurkha #958C6D
RGB
CMYK
RGB Variations
Color information
#958C6D (or 0x958C6D) is known color: Gurkha. HEX triplet: 95, 8C and 6D. RGB value is (149,140,109). Sum of RGB (Red+Green+Blue) = 149+140+109=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #958C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C6D is #6A7392. Grayscale: #8B8B8B. Windows color (decimal): -6976403 or 7179413. OLE color: 7179413.
HSL color Cylindrical-coordinate representation of color #958C6D: hue angle of 46.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #958C6D is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 109 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.42 |
| HSL | 46.5º | 0.16% | 0.51% | - |
| HSV(B) | 46.5º | 0.27% | 0.58% | - |
| XYZ | 24.53 | 26.25 | 18.24 | - |
| YUV | 139.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 109 | 0 | 0.06 | 0.27 | 0.42 | 46.5 | 0.16 | 0.51 |
| Hex | 95 | 8C | 6D | 0 | 6 | 1B | 2A | 2E | 10 | 33 |
| Octal | 225 | 214 | 155 | 0 | 6 | 33 | 52 | 56 | 20 | 63 |
| Binary | 10010101 | 10001100 | 1101101 | 0 | 110 | 11011 | 101010 | 101110 | 10000 | 110011 |
Color Harmonies of #958C6D
Complementary color
Monochromatic Colors of #958C6D
Black with #958C6D
Text Example
Text Example
White with #958C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C6D; }
p { color: rgb(149,140,109); }
H1.HeaderClassName
{
color: #958C6D;
}
.AnyTagClassName
{
color: #958C6D;
}
</style>
background-color css
<style>
a { background-color: #958C6D; }
a { background-color: rgb(149,140,109); }
div.DivClassName
{
background-color: #958C6D;
}
.BgClassName
{
background-color: #958C6D;
}
</style>
border-color css
<style>
span { border-color: #958C6D; }
span { border-color: rgb(149,140,109); }
td.TdClassName
{
border-color: #958C6D;
}
.TagClassName
{
border-color: #958C6D;
}
</style>