Shades of Gurkha #968C68
Tints of Gurkha #968C68
RGB
CMYK
RGB Variations
Color information
#968C68 (or 0x968C68) is known color: Gurkha. HEX triplet: 96, 8C and 68. RGB value is (150,140,104). Sum of RGB (Red+Green+Blue) = 150+140+104=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #968C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C68 is #697397. Grayscale: #8B8B8B. Windows color (decimal): -6910872 or 6851734. OLE color: 6851734.
HSL color Cylindrical-coordinate representation of color #968C68: hue angle of 46.96º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #968C68 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 104 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.41 |
| HSL | 46.96º | 0.18% | 0.5% | - |
| HSV(B) | 46.96º | 0.31% | 0.59% | - |
| XYZ | 24.45 | 26.24 | 16.87 | - |
| YUV | 138.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 104 | 0 | 0.07 | 0.31 | 0.41 | 46.96 | 0.18 | 0.5 |
| Hex | 96 | 8C | 68 | 0 | 7 | 1F | 29 | 2F | 12 | 32 |
| Octal | 226 | 214 | 150 | 0 | 7 | 37 | 51 | 57 | 22 | 62 |
| Binary | 10010110 | 10001100 | 1101000 | 0 | 111 | 11111 | 101001 | 101111 | 10010 | 110010 |
Color Harmonies of #968C68
Complementary color
Monochromatic Colors of #968C68
Black with #968C68
Text Example
Text Example
White with #968C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C68; }
p { color: rgb(150,140,104); }
H1.HeaderClassName
{
color: #968C68;
}
.AnyTagClassName
{
color: #968C68;
}
</style>
background-color css
<style>
a { background-color: #968C68; }
a { background-color: rgb(150,140,104); }
div.DivClassName
{
background-color: #968C68;
}
.BgClassName
{
background-color: #968C68;
}
</style>
border-color css
<style>
span { border-color: #968C68; }
span { border-color: rgb(150,140,104); }
td.TdClassName
{
border-color: #968C68;
}
.TagClassName
{
border-color: #968C68;
}
</style>