Shades of Gurkha #968E74
Tints of Gurkha #968E74
RGB
CMYK
RGB Variations
Color information
#968E74 (or 0x968E74) is known color: Gurkha. HEX triplet: 96, 8E and 74. RGB value is (150,142,116). Sum of RGB (Red+Green+Blue) = 150+142+116=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #968E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E74 is #69718B. Grayscale: #8D8D8D. Windows color (decimal): -6910348 or 7638678. OLE color: 7638678.
HSL color Cylindrical-coordinate representation of color #968E74: hue angle of 45.88º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #968E74 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 116 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.41 |
| HSL | 45.88º | 0.14% | 0.52% | - |
| HSV(B) | 45.88º | 0.23% | 0.59% | - |
| XYZ | 25.4 | 27.09 | 20.41 | - |
| YUV | 141.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 116 | 0 | 0.05 | 0.23 | 0.41 | 45.88 | 0.14 | 0.52 |
| Hex | 96 | 8E | 74 | 0 | 5 | 17 | 29 | 2E | E | 34 |
| Octal | 226 | 216 | 164 | 0 | 5 | 27 | 51 | 56 | 16 | 64 |
| Binary | 10010110 | 10001110 | 1110100 | 0 | 101 | 10111 | 101001 | 101110 | 1110 | 110100 |
Color Harmonies of #968E74
Complementary color
Monochromatic Colors of #968E74
Black with #968E74
Text Example
Text Example
White with #968E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E74; }
p { color: rgb(150,142,116); }
H1.HeaderClassName
{
color: #968E74;
}
.AnyTagClassName
{
color: #968E74;
}
</style>
background-color css
<style>
a { background-color: #968E74; }
a { background-color: rgb(150,142,116); }
div.DivClassName
{
background-color: #968E74;
}
.BgClassName
{
background-color: #968E74;
}
</style>
border-color css
<style>
span { border-color: #968E74; }
span { border-color: rgb(150,142,116); }
td.TdClassName
{
border-color: #968E74;
}
.TagClassName
{
border-color: #968E74;
}
</style>