Shades of Gurkha #958F68
Tints of Gurkha #958F68
RGB
CMYK
RGB Variations
Color information
#958F68 (or 0x958F68) is known color: Gurkha. HEX triplet: 95, 8F and 68. RGB value is (149,143,104). Sum of RGB (Red+Green+Blue) = 149+143+104=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #958F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F68 is #6A7097. Grayscale: #8C8C8C. Windows color (decimal): -6975640 or 6852501. OLE color: 6852501.
HSL color Cylindrical-coordinate representation of color #958F68: hue angle of 52º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958F68 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 104 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.42 |
| HSL | 52º | 0.18% | 0.5% | - |
| HSV(B) | 52º | 0.3% | 0.58% | - |
| XYZ | 24.72 | 27.03 | 17.01 | - |
| YUV | 140.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 104 | 0 | 0.04 | 0.30 | 0.42 | 52 | 0.18 | 0.5 |
| Hex | 95 | 8F | 68 | 0 | 4 | 1E | 2A | 34 | 12 | 32 |
| Octal | 225 | 217 | 150 | 0 | 4 | 36 | 52 | 64 | 22 | 62 |
| Binary | 10010101 | 10001111 | 1101000 | 0 | 100 | 11110 | 101010 | 110100 | 10010 | 110010 |
Color Harmonies of #958F68
Complementary color
Monochromatic Colors of #958F68
Black with #958F68
Text Example
Text Example
White with #958F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F68; }
p { color: rgb(149,143,104); }
H1.HeaderClassName
{
color: #958F68;
}
.AnyTagClassName
{
color: #958F68;
}
</style>
background-color css
<style>
a { background-color: #958F68; }
a { background-color: rgb(149,143,104); }
div.DivClassName
{
background-color: #958F68;
}
.BgClassName
{
background-color: #958F68;
}
</style>
border-color css
<style>
span { border-color: #958F68; }
span { border-color: rgb(149,143,104); }
td.TdClassName
{
border-color: #958F68;
}
.TagClassName
{
border-color: #958F68;
}
</style>