Shades of Gurkha #968F65
Tints of Gurkha #968F65
RGB
CMYK
RGB Variations
Color information
#968F65 (or 0x968F65) is known color: Gurkha. HEX triplet: 96, 8F and 65. RGB value is (150,143,101). Sum of RGB (Red+Green+Blue) = 150+143+101=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #968F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968F65 is #69709A. Grayscale: #8C8C8C. Windows color (decimal): -6910107 or 6655894. OLE color: 6655894.
HSL color Cylindrical-coordinate representation of color #968F65: hue angle of 51.43º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #968F65 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 101 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.41 |
| HSL | 51.43º | 0.2% | 0.49% | - |
| HSV(B) | 51.43º | 0.33% | 0.59% | - |
| XYZ | 24.75 | 27.07 | 16.23 | - |
| YUV | 140.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 101 | 0 | 0.05 | 0.33 | 0.41 | 51.43 | 0.2 | 0.49 |
| Hex | 96 | 8F | 65 | 0 | 5 | 21 | 29 | 33 | 14 | 31 |
| Octal | 226 | 217 | 145 | 0 | 5 | 41 | 51 | 63 | 24 | 61 |
| Binary | 10010110 | 10001111 | 1100101 | 0 | 101 | 100001 | 101001 | 110011 | 10100 | 110001 |
Color Harmonies of #968F65
Complementary color
Monochromatic Colors of #968F65
Black with #968F65
Text Example
Text Example
White with #968F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F65; }
p { color: rgb(150,143,101); }
H1.HeaderClassName
{
color: #968F65;
}
.AnyTagClassName
{
color: #968F65;
}
</style>
background-color css
<style>
a { background-color: #968F65; }
a { background-color: rgb(150,143,101); }
div.DivClassName
{
background-color: #968F65;
}
.BgClassName
{
background-color: #968F65;
}
</style>
border-color css
<style>
span { border-color: #968F65; }
span { border-color: rgb(150,143,101); }
td.TdClassName
{
border-color: #968F65;
}
.TagClassName
{
border-color: #968F65;
}
</style>