Shades of Gurkha #958B68
Tints of Gurkha #958B68
RGB
CMYK
RGB Variations
Color information
#958B68 (or 0x958B68) is known color: Gurkha. HEX triplet: 95, 8B and 68. RGB value is (149,139,104). Sum of RGB (Red+Green+Blue) = 149+139+104=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #958B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B68 is #6A7497. Grayscale: #8A8A8A. Windows color (decimal): -6976664 or 6851477. OLE color: 6851477.
HSL color Cylindrical-coordinate representation of color #958B68: hue angle of 46.67º 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 #958B68 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 104 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.42 |
| HSL | 46.67º | 0.18% | 0.5% | - |
| HSV(B) | 46.67º | 0.3% | 0.58% | - |
| XYZ | 24.13 | 25.85 | 16.82 | - |
| YUV | 138 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 104 | 0 | 0.07 | 0.30 | 0.42 | 46.67 | 0.18 | 0.5 |
| Hex | 95 | 8B | 68 | 0 | 7 | 1E | 2A | 2F | 12 | 32 |
| Octal | 225 | 213 | 150 | 0 | 7 | 36 | 52 | 57 | 22 | 62 |
| Binary | 10010101 | 10001011 | 1101000 | 0 | 111 | 11110 | 101010 | 101111 | 10010 | 110010 |
Color Harmonies of #958B68
Complementary color
Monochromatic Colors of #958B68
Black with #958B68
Text Example
Text Example
White with #958B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B68; }
p { color: rgb(149,139,104); }
H1.HeaderClassName
{
color: #958B68;
}
.AnyTagClassName
{
color: #958B68;
}
</style>
background-color css
<style>
a { background-color: #958B68; }
a { background-color: rgb(149,139,104); }
div.DivClassName
{
background-color: #958B68;
}
.BgClassName
{
background-color: #958B68;
}
</style>
border-color css
<style>
span { border-color: #958B68; }
span { border-color: rgb(149,139,104); }
td.TdClassName
{
border-color: #958B68;
}
.TagClassName
{
border-color: #958B68;
}
</style>