Shades of Gurkha #968E6B
Tints of Gurkha #968E6B
RGB
CMYK
RGB Variations
Color information
#968E6B (or 0x968E6B) is known color: Gurkha. HEX triplet: 96, 8E and 6B. RGB value is (150,142,107). Sum of RGB (Red+Green+Blue) = 150+142+107=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #968E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E6B is #697194. Grayscale: #8C8C8C. Windows color (decimal): -6910357 or 7048854. OLE color: 7048854.
HSL color Cylindrical-coordinate representation of color #968E6B: hue angle of 48.84º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #968E6B is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 107 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.41 |
| HSL | 48.84º | 0.17% | 0.5% | - |
| HSV(B) | 48.84º | 0.29% | 0.59% | - |
| XYZ | 24.9 | 26.89 | 17.79 | - |
| YUV | 140.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 107 | 0 | 0.05 | 0.29 | 0.41 | 48.84 | 0.17 | 0.5 |
| Hex | 96 | 8E | 6B | 0 | 5 | 1D | 29 | 31 | 11 | 32 |
| Octal | 226 | 216 | 153 | 0 | 5 | 35 | 51 | 61 | 21 | 62 |
| Binary | 10010110 | 10001110 | 1101011 | 0 | 101 | 11101 | 101001 | 110001 | 10001 | 110010 |
Color Harmonies of #968E6B
Complementary color
Monochromatic Colors of #968E6B
Black with #968E6B
Text Example
Text Example
White with #968E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E6B; }
p { color: rgb(150,142,107); }
H1.HeaderClassName
{
color: #968E6B;
}
.AnyTagClassName
{
color: #968E6B;
}
</style>
background-color css
<style>
a { background-color: #968E6B; }
a { background-color: rgb(150,142,107); }
div.DivClassName
{
background-color: #968E6B;
}
.BgClassName
{
background-color: #968E6B;
}
</style>
border-color css
<style>
span { border-color: #968E6B; }
span { border-color: rgb(150,142,107); }
td.TdClassName
{
border-color: #968E6B;
}
.TagClassName
{
border-color: #968E6B;
}
</style>