Shades of Gurkha #948D65
Tints of Gurkha #948D65
RGB
CMYK
RGB Variations
Color information
#948D65 (or 0x948D65) is known color: Gurkha. HEX triplet: 94, 8D and 65. RGB value is (148,141,101). Sum of RGB (Red+Green+Blue) = 148+141+101=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #948D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D65 is #6B729A. Grayscale: #8A8A8A. Windows color (decimal): -7041691 or 6655380. OLE color: 6655380.
HSL color Cylindrical-coordinate representation of color #948D65: hue angle of 51.06º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #948D65 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 101 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.42 |
| HSL | 51.06º | 0.19% | 0.49% | - |
| HSV(B) | 51.06º | 0.32% | 0.58% | - |
| XYZ | 24.09 | 26.29 | 16.12 | - |
| YUV | 138.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 101 | 0 | 0.05 | 0.32 | 0.42 | 51.06 | 0.19 | 0.49 |
| Hex | 94 | 8D | 65 | 0 | 5 | 20 | 2A | 33 | 13 | 31 |
| Octal | 224 | 215 | 145 | 0 | 5 | 40 | 52 | 63 | 23 | 61 |
| Binary | 10010100 | 10001101 | 1100101 | 0 | 101 | 100000 | 101010 | 110011 | 10011 | 110001 |
Color Harmonies of #948D65
Complementary color
Monochromatic Colors of #948D65
Black with #948D65
Text Example
Text Example
White with #948D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D65; }
p { color: rgb(148,141,101); }
H1.HeaderClassName
{
color: #948D65;
}
.AnyTagClassName
{
color: #948D65;
}
</style>
background-color css
<style>
a { background-color: #948D65; }
a { background-color: rgb(148,141,101); }
div.DivClassName
{
background-color: #948D65;
}
.BgClassName
{
background-color: #948D65;
}
</style>
border-color css
<style>
span { border-color: #948D65; }
span { border-color: rgb(148,141,101); }
td.TdClassName
{
border-color: #948D65;
}
.TagClassName
{
border-color: #948D65;
}
</style>