Shades of Gurkha #968D66
Tints of Gurkha #968D66
RGB
CMYK
RGB Variations
Color information
#968D66 (or 0x968D66) is known color: Gurkha. HEX triplet: 96, 8D and 66. RGB value is (150,141,102). Sum of RGB (Red+Green+Blue) = 150+141+102=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #968D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D66 is #697299. Grayscale: #8B8B8B. Windows color (decimal): -6910618 or 6720918. OLE color: 6720918.
HSL color Cylindrical-coordinate representation of color #968D66: hue angle of 48.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968D66 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 102 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.41 |
| HSL | 48.75º | 0.19% | 0.49% | - |
| HSV(B) | 48.75º | 0.32% | 0.59% | - |
| XYZ | 24.5 | 26.49 | 16.39 | - |
| YUV | 139.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 102 | 0 | 0.06 | 0.32 | 0.41 | 48.75 | 0.19 | 0.49 |
| Hex | 96 | 8D | 66 | 0 | 6 | 20 | 29 | 31 | 13 | 31 |
| Octal | 226 | 215 | 146 | 0 | 6 | 40 | 51 | 61 | 23 | 61 |
| Binary | 10010110 | 10001101 | 1100110 | 0 | 110 | 100000 | 101001 | 110001 | 10011 | 110001 |
Color Harmonies of #968D66
Complementary color
Monochromatic Colors of #968D66
Black with #968D66
Text Example
Text Example
White with #968D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D66; }
p { color: rgb(150,141,102); }
H1.HeaderClassName
{
color: #968D66;
}
.AnyTagClassName
{
color: #968D66;
}
</style>
background-color css
<style>
a { background-color: #968D66; }
a { background-color: rgb(150,141,102); }
div.DivClassName
{
background-color: #968D66;
}
.BgClassName
{
background-color: #968D66;
}
</style>
border-color css
<style>
span { border-color: #968D66; }
span { border-color: rgb(150,141,102); }
td.TdClassName
{
border-color: #968D66;
}
.TagClassName
{
border-color: #968D66;
}
</style>