Shades of Gurkha #968E5F
Tints of Gurkha #968E5F
RGB
CMYK
RGB Variations
Color information
#968E5F (or 0x968E5F) is known color: Gurkha. HEX triplet: 96, 8E and 5F. RGB value is (150,142,95). Sum of RGB (Red+Green+Blue) = 150+142+95=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #968E5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E5F is #6971A0. Grayscale: #8B8B8B. Windows color (decimal): -6910369 or 6262422. OLE color: 6262422.
HSL color Cylindrical-coordinate representation of color #968E5F: hue angle of 51.27º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #968E5F is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 95 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.41 |
| HSL | 51.27º | 0.22% | 0.48% | - |
| HSV(B) | 51.27º | 0.37% | 0.59% | - |
| XYZ | 24.32 | 26.66 | 14.69 | - |
| YUV | 139.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 95 | 0 | 0.05 | 0.37 | 0.41 | 51.27 | 0.22 | 0.48 |
| Hex | 96 | 8E | 5F | 0 | 5 | 25 | 29 | 33 | 16 | 30 |
| Octal | 226 | 216 | 137 | 0 | 5 | 45 | 51 | 63 | 26 | 60 |
| Binary | 10010110 | 10001110 | 1011111 | 0 | 101 | 100101 | 101001 | 110011 | 10110 | 110000 |
Color Harmonies of #968E5F
Complementary color
Monochromatic Colors of #968E5F
Black with #968E5F
Text Example
Text Example
White with #968E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E5F; }
p { color: rgb(150,142,95); }
H1.HeaderClassName
{
color: #968E5F;
}
.AnyTagClassName
{
color: #968E5F;
}
</style>
background-color css
<style>
a { background-color: #968E5F; }
a { background-color: rgb(150,142,95); }
div.DivClassName
{
background-color: #968E5F;
}
.BgClassName
{
background-color: #968E5F;
}
</style>
border-color css
<style>
span { border-color: #968E5F; }
span { border-color: rgb(150,142,95); }
td.TdClassName
{
border-color: #968E5F;
}
.TagClassName
{
border-color: #968E5F;
}
</style>