Shades of Gurkha #958E67
Tints of Gurkha #958E67
RGB
CMYK
RGB Variations
Color information
#958E67 (or 0x958E67) is known color: Gurkha. HEX triplet: 95, 8E and 67. RGB value is (149,142,103). Sum of RGB (Red+Green+Blue) = 149+142+103=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #958E67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E67 is #6A7198. Grayscale: #8B8B8B. Windows color (decimal): -6975897 or 6786709. OLE color: 6786709.
HSL color Cylindrical-coordinate representation of color #958E67: hue angle of 50.87º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958E67 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 103 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.42 |
| HSL | 50.87º | 0.18% | 0.49% | - |
| HSV(B) | 50.87º | 0.31% | 0.58% | - |
| XYZ | 24.52 | 26.71 | 16.7 | - |
| YUV | 139.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 103 | 0 | 0.05 | 0.31 | 0.42 | 50.87 | 0.18 | 0.49 |
| Hex | 95 | 8E | 67 | 0 | 5 | 1F | 2A | 33 | 12 | 31 |
| Octal | 225 | 216 | 147 | 0 | 5 | 37 | 52 | 63 | 22 | 61 |
| Binary | 10010101 | 10001110 | 1100111 | 0 | 101 | 11111 | 101010 | 110011 | 10010 | 110001 |
Color Harmonies of #958E67
Complementary color
Monochromatic Colors of #958E67
Black with #958E67
Text Example
Text Example
White with #958E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E67; }
p { color: rgb(149,142,103); }
H1.HeaderClassName
{
color: #958E67;
}
.AnyTagClassName
{
color: #958E67;
}
</style>
background-color css
<style>
a { background-color: #958E67; }
a { background-color: rgb(149,142,103); }
div.DivClassName
{
background-color: #958E67;
}
.BgClassName
{
background-color: #958E67;
}
</style>
border-color css
<style>
span { border-color: #958E67; }
span { border-color: rgb(149,142,103); }
td.TdClassName
{
border-color: #958E67;
}
.TagClassName
{
border-color: #958E67;
}
</style>