Shades of Gurkha #958B69
Tints of Gurkha #958B69
RGB
CMYK
RGB Variations
Color information
#958B69 (or 0x958B69) is known color: Gurkha. HEX triplet: 95, 8B and 69. RGB value is (149,139,105). Sum of RGB (Red+Green+Blue) = 149+139+105=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #958B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B69 is #6A7496. Grayscale: #8A8A8A. Windows color (decimal): -6976663 or 6917013. OLE color: 6917013.
HSL color Cylindrical-coordinate representation of color #958B69: hue angle of 46.36º degrees, saturation: 0.17, 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 #958B69 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 105 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.42 |
| HSL | 46.36º | 0.17% | 0.5% | - |
| HSV(B) | 46.36º | 0.3% | 0.58% | - |
| XYZ | 24.18 | 25.87 | 17.08 | - |
| YUV | 138.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 105 | 0 | 0.07 | 0.30 | 0.42 | 46.36 | 0.17 | 0.5 |
| Hex | 95 | 8B | 69 | 0 | 7 | 1E | 2A | 2E | 11 | 32 |
| Octal | 225 | 213 | 151 | 0 | 7 | 36 | 52 | 56 | 21 | 62 |
| Binary | 10010101 | 10001011 | 1101001 | 0 | 111 | 11110 | 101010 | 101110 | 10001 | 110010 |
Color Harmonies of #958B69
Complementary color
Monochromatic Colors of #958B69
Black with #958B69
Text Example
Text Example
White with #958B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B69; }
p { color: rgb(149,139,105); }
H1.HeaderClassName
{
color: #958B69;
}
.AnyTagClassName
{
color: #958B69;
}
</style>
background-color css
<style>
a { background-color: #958B69; }
a { background-color: rgb(149,139,105); }
div.DivClassName
{
background-color: #958B69;
}
.BgClassName
{
background-color: #958B69;
}
</style>
border-color css
<style>
span { border-color: #958B69; }
span { border-color: rgb(149,139,105); }
td.TdClassName
{
border-color: #958B69;
}
.TagClassName
{
border-color: #958B69;
}
</style>