Shades of Gurkha #958B6E
Tints of Gurkha #958B6E
RGB
CMYK
RGB Variations
Color information
#958B6E (or 0x958B6E) is known color: Gurkha. HEX triplet: 95, 8B and 6E. RGB value is (149,139,110). Sum of RGB (Red+Green+Blue) = 149+139+110=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #958B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B6E is #6A7491. Grayscale: #8A8A8A. Windows color (decimal): -6976658 or 7244693. OLE color: 7244693.
HSL color Cylindrical-coordinate representation of color #958B6E: hue angle of 44.62º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #958B6E is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 110 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.42 |
| HSL | 44.62º | 0.16% | 0.51% | - |
| HSV(B) | 44.62º | 0.26% | 0.58% | - |
| XYZ | 24.44 | 25.98 | 18.48 | - |
| YUV | 138.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 110 | 0 | 0.07 | 0.26 | 0.42 | 44.62 | 0.16 | 0.51 |
| Hex | 95 | 8B | 6E | 0 | 7 | 1A | 2A | 2D | 10 | 33 |
| Octal | 225 | 213 | 156 | 0 | 7 | 32 | 52 | 55 | 20 | 63 |
| Binary | 10010101 | 10001011 | 1101110 | 0 | 111 | 11010 | 101010 | 101101 | 10000 | 110011 |
Color Harmonies of #958B6E
Complementary color
Monochromatic Colors of #958B6E
Black with #958B6E
Text Example
Text Example
White with #958B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B6E; }
p { color: rgb(149,139,110); }
H1.HeaderClassName
{
color: #958B6E;
}
.AnyTagClassName
{
color: #958B6E;
}
</style>
background-color css
<style>
a { background-color: #958B6E; }
a { background-color: rgb(149,139,110); }
div.DivClassName
{
background-color: #958B6E;
}
.BgClassName
{
background-color: #958B6E;
}
</style>
border-color css
<style>
span { border-color: #958B6E; }
span { border-color: rgb(149,139,110); }
td.TdClassName
{
border-color: #958B6E;
}
.TagClassName
{
border-color: #958B6E;
}
</style>