Shades of Gurkha #968F76
Tints of Gurkha #968F76
RGB
CMYK
RGB Variations
Color information
#968F76 (or 0x968F76) is known color: Gurkha. HEX triplet: 96, 8F and 76. RGB value is (150,143,118). Sum of RGB (Red+Green+Blue) = 150+143+118=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #968F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F76 is #697089. Grayscale: #8E8E8E. Windows color (decimal): -6910090 or 7770006. OLE color: 7770006.
HSL color Cylindrical-coordinate representation of color #968F76: hue angle of 46.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #968F76 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 118 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.41 |
| HSL | 46.88º | 0.13% | 0.53% | - |
| HSV(B) | 46.88º | 0.21% | 0.59% | - |
| XYZ | 25.67 | 27.44 | 21.08 | - |
| YUV | 142.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 118 | 0 | 0.05 | 0.21 | 0.41 | 46.88 | 0.13 | 0.53 |
| Hex | 96 | 8F | 76 | 0 | 5 | 15 | 29 | 2F | D | 35 |
| Octal | 226 | 217 | 166 | 0 | 5 | 25 | 51 | 57 | 15 | 65 |
| Binary | 10010110 | 10001111 | 1110110 | 0 | 101 | 10101 | 101001 | 101111 | 1101 | 110101 |
Color Harmonies of #968F76
Complementary color
Monochromatic Colors of #968F76
Black with #968F76
Text Example
Text Example
White with #968F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F76; }
p { color: rgb(150,143,118); }
H1.HeaderClassName
{
color: #968F76;
}
.AnyTagClassName
{
color: #968F76;
}
</style>
background-color css
<style>
a { background-color: #968F76; }
a { background-color: rgb(150,143,118); }
div.DivClassName
{
background-color: #968F76;
}
.BgClassName
{
background-color: #968F76;
}
</style>
border-color css
<style>
span { border-color: #968F76; }
span { border-color: rgb(150,143,118); }
td.TdClassName
{
border-color: #968F76;
}
.TagClassName
{
border-color: #968F76;
}
</style>