Shades of Gurkha #968C69
Tints of Gurkha #968C69
RGB
CMYK
RGB Variations
Color information
#968C69 (or 0x968C69) is known color: Gurkha. HEX triplet: 96, 8C and 69. RGB value is (150,140,105). Sum of RGB (Red+Green+Blue) = 150+140+105=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #968C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C69 is #697396. Grayscale: #8B8B8B. Windows color (decimal): -6910871 or 6917270. OLE color: 6917270.
HSL color Cylindrical-coordinate representation of color #968C69: hue angle of 46.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #968C69 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 105 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.41 |
| HSL | 46.67º | 0.18% | 0.5% | - |
| HSV(B) | 46.67º | 0.3% | 0.59% | - |
| XYZ | 24.51 | 26.26 | 17.14 | - |
| YUV | 139 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 105 | 0 | 0.07 | 0.30 | 0.41 | 46.67 | 0.18 | 0.5 |
| Hex | 96 | 8C | 69 | 0 | 7 | 1E | 29 | 2F | 12 | 32 |
| Octal | 226 | 214 | 151 | 0 | 7 | 36 | 51 | 57 | 22 | 62 |
| Binary | 10010110 | 10001100 | 1101001 | 0 | 111 | 11110 | 101001 | 101111 | 10010 | 110010 |
Color Harmonies of #968C69
Complementary color
Monochromatic Colors of #968C69
Black with #968C69
Text Example
Text Example
White with #968C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C69; }
p { color: rgb(150,140,105); }
H1.HeaderClassName
{
color: #968C69;
}
.AnyTagClassName
{
color: #968C69;
}
</style>
background-color css
<style>
a { background-color: #968C69; }
a { background-color: rgb(150,140,105); }
div.DivClassName
{
background-color: #968C69;
}
.BgClassName
{
background-color: #968C69;
}
</style>
border-color css
<style>
span { border-color: #968C69; }
span { border-color: rgb(150,140,105); }
td.TdClassName
{
border-color: #968C69;
}
.TagClassName
{
border-color: #968C69;
}
</style>