Shades of Gurkha #958B66
Tints of Gurkha #958B66
RGB
CMYK
RGB Variations
Color information
#958B66 (or 0x958B66) is known color: Gurkha. HEX triplet: 95, 8B and 66. RGB value is (149,139,102). Sum of RGB (Red+Green+Blue) = 149+139+102=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #958B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B66 is #6A7499. Grayscale: #898989. Windows color (decimal): -6976666 or 6720405. OLE color: 6720405.
HSL color Cylindrical-coordinate representation of color #958B66: hue angle of 47.23º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #958B66 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 102 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.42 |
| HSL | 47.23º | 0.19% | 0.49% | - |
| HSV(B) | 47.23º | 0.32% | 0.58% | - |
| XYZ | 24.03 | 25.81 | 16.29 | - |
| YUV | 137.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 102 | 0 | 0.07 | 0.32 | 0.42 | 47.23 | 0.19 | 0.49 |
| Hex | 95 | 8B | 66 | 0 | 7 | 20 | 2A | 2F | 13 | 31 |
| Octal | 225 | 213 | 146 | 0 | 7 | 40 | 52 | 57 | 23 | 61 |
| Binary | 10010101 | 10001011 | 1100110 | 0 | 111 | 100000 | 101010 | 101111 | 10011 | 110001 |
Color Harmonies of #958B66
Complementary color
Monochromatic Colors of #958B66
Black with #958B66
Text Example
Text Example
White with #958B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B66; }
p { color: rgb(149,139,102); }
H1.HeaderClassName
{
color: #958B66;
}
.AnyTagClassName
{
color: #958B66;
}
</style>
background-color css
<style>
a { background-color: #958B66; }
a { background-color: rgb(149,139,102); }
div.DivClassName
{
background-color: #958B66;
}
.BgClassName
{
background-color: #958B66;
}
</style>
border-color css
<style>
span { border-color: #958B66; }
span { border-color: rgb(149,139,102); }
td.TdClassName
{
border-color: #958B66;
}
.TagClassName
{
border-color: #958B66;
}
</style>