Shades of Gurkha #968E6C
Tints of Gurkha #968E6C
RGB
CMYK
RGB Variations
Color information
#968E6C (or 0x968E6C) is known color: Gurkha. HEX triplet: 96, 8E and 6C. RGB value is (150,142,108). Sum of RGB (Red+Green+Blue) = 150+142+108=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #968E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E6C is #697193. Grayscale: #8C8C8C. Windows color (decimal): -6910356 or 7114390. OLE color: 7114390.
HSL color Cylindrical-coordinate representation of color #968E6C: hue angle of 48.57º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #968E6C is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 108 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.41 |
| HSL | 48.57º | 0.17% | 0.51% | - |
| HSV(B) | 48.57º | 0.28% | 0.59% | - |
| XYZ | 24.96 | 26.91 | 18.07 | - |
| YUV | 140.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 108 | 0 | 0.05 | 0.28 | 0.41 | 48.57 | 0.17 | 0.51 |
| Hex | 96 | 8E | 6C | 0 | 5 | 1C | 29 | 31 | 11 | 33 |
| Octal | 226 | 216 | 154 | 0 | 5 | 34 | 51 | 61 | 21 | 63 |
| Binary | 10010110 | 10001110 | 1101100 | 0 | 101 | 11100 | 101001 | 110001 | 10001 | 110011 |
Color Harmonies of #968E6C
Complementary color
Monochromatic Colors of #968E6C
Black with #968E6C
Text Example
Text Example
White with #968E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E6C; }
p { color: rgb(150,142,108); }
H1.HeaderClassName
{
color: #968E6C;
}
.AnyTagClassName
{
color: #968E6C;
}
</style>
background-color css
<style>
a { background-color: #968E6C; }
a { background-color: rgb(150,142,108); }
div.DivClassName
{
background-color: #968E6C;
}
.BgClassName
{
background-color: #968E6C;
}
</style>
border-color css
<style>
span { border-color: #968E6C; }
span { border-color: rgb(150,142,108); }
td.TdClassName
{
border-color: #968E6C;
}
.TagClassName
{
border-color: #968E6C;
}
</style>