Shades of Gurkha #948F63
Tints of Gurkha #948F63
RGB
CMYK
RGB Variations
Color information
#948F63 (or 0x948F63) is known color: Gurkha. HEX triplet: 94, 8F and 63. RGB value is (148,143,99). Sum of RGB (Red+Green+Blue) = 148+143+99=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #948F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F63 is #6B709C. Grayscale: #8B8B8B. Windows color (decimal): -7041181 or 6524820. OLE color: 6524820.
HSL color Cylindrical-coordinate representation of color #948F63: hue angle of 53.88º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #948F63 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 143 | 99 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.42 |
| HSL | 53.88º | 0.2% | 0.48% | - |
| HSV(B) | 53.88º | 0.33% | 0.58% | - |
| XYZ | 24.29 | 26.84 | 15.71 | - |
| YUV | 139.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 99 | 0 | 0.03 | 0.33 | 0.42 | 53.88 | 0.2 | 0.48 |
| Hex | 94 | 8F | 63 | 0 | 3 | 21 | 2A | 36 | 14 | 30 |
| Octal | 224 | 217 | 143 | 0 | 3 | 41 | 52 | 66 | 24 | 60 |
| Binary | 10010100 | 10001111 | 1100011 | 0 | 11 | 100001 | 101010 | 110110 | 10100 | 110000 |
Color Harmonies of #948F63
Complementary color
Monochromatic Colors of #948F63
Black with #948F63
Text Example
Text Example
White with #948F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948F63; }
p { color: rgb(148,143,99); }
H1.HeaderClassName
{
color: #948F63;
}
.AnyTagClassName
{
color: #948F63;
}
</style>
background-color css
<style>
a { background-color: #948F63; }
a { background-color: rgb(148,143,99); }
div.DivClassName
{
background-color: #948F63;
}
.BgClassName
{
background-color: #948F63;
}
</style>
border-color css
<style>
span { border-color: #948F63; }
span { border-color: rgb(148,143,99); }
td.TdClassName
{
border-color: #948F63;
}
.TagClassName
{
border-color: #948F63;
}
</style>