Shades of Gurkha #968D63
Tints of Gurkha #968D63
RGB
CMYK
RGB Variations
Color information
#968D63 (or 0x968D63) is known color: Gurkha. HEX triplet: 96, 8D and 63. RGB value is (150,141,99). Sum of RGB (Red+Green+Blue) = 150+141+99=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #968D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D63 is #69729C. Grayscale: #8B8B8B. Windows color (decimal): -6910621 or 6524310. OLE color: 6524310.
HSL color Cylindrical-coordinate representation of color #968D63: hue angle of 49.41º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #968D63 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 99 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.41 |
| HSL | 49.41º | 0.2% | 0.49% | - |
| HSV(B) | 49.41º | 0.34% | 0.59% | - |
| XYZ | 24.35 | 26.43 | 15.62 | - |
| YUV | 138.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 99 | 0 | 0.06 | 0.34 | 0.41 | 49.41 | 0.2 | 0.49 |
| Hex | 96 | 8D | 63 | 0 | 6 | 22 | 29 | 31 | 14 | 31 |
| Octal | 226 | 215 | 143 | 0 | 6 | 42 | 51 | 61 | 24 | 61 |
| Binary | 10010110 | 10001101 | 1100011 | 0 | 110 | 100010 | 101001 | 110001 | 10100 | 110001 |
Color Harmonies of #968D63
Complementary color
Monochromatic Colors of #968D63
Black with #968D63
Text Example
Text Example
White with #968D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D63; }
p { color: rgb(150,141,99); }
H1.HeaderClassName
{
color: #968D63;
}
.AnyTagClassName
{
color: #968D63;
}
</style>
background-color css
<style>
a { background-color: #968D63; }
a { background-color: rgb(150,141,99); }
div.DivClassName
{
background-color: #968D63;
}
.BgClassName
{
background-color: #968D63;
}
</style>
border-color css
<style>
span { border-color: #968D63; }
span { border-color: rgb(150,141,99); }
td.TdClassName
{
border-color: #968D63;
}
.TagClassName
{
border-color: #968D63;
}
</style>