Shades of Gurkha #948C73
Tints of Gurkha #948C73
RGB
CMYK
RGB Variations
Color information
#948C73 (or 0x948C73) is known color: Gurkha. HEX triplet: 94, 8C and 73. RGB value is (148,140,115). Sum of RGB (Red+Green+Blue) = 148+140+115=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #948C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C73 is #6B738C. Grayscale: #8B8B8B. Windows color (decimal): -7041933 or 7572628. OLE color: 7572628.
HSL color Cylindrical-coordinate representation of color #948C73: hue angle of 45.45º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #948C73 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 140 | 115 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.42 |
| HSL | 45.45º | 0.13% | 0.52% | - |
| HSV(B) | 45.45º | 0.22% | 0.58% | - |
| XYZ | 24.69 | 26.29 | 19.99 | - |
| YUV | 139.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 115 | 0 | 0.05 | 0.22 | 0.42 | 45.45 | 0.13 | 0.52 |
| Hex | 94 | 8C | 73 | 0 | 5 | 16 | 2A | 2D | D | 34 |
| Octal | 224 | 214 | 163 | 0 | 5 | 26 | 52 | 55 | 15 | 64 |
| Binary | 10010100 | 10001100 | 1110011 | 0 | 101 | 10110 | 101010 | 101101 | 1101 | 110100 |
Color Harmonies of #948C73
Complementary color
Monochromatic Colors of #948C73
Black with #948C73
Text Example
Text Example
White with #948C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948C73; }
p { color: rgb(148,140,115); }
H1.HeaderClassName
{
color: #948C73;
}
.AnyTagClassName
{
color: #948C73;
}
</style>
background-color css
<style>
a { background-color: #948C73; }
a { background-color: rgb(148,140,115); }
div.DivClassName
{
background-color: #948C73;
}
.BgClassName
{
background-color: #948C73;
}
</style>
border-color css
<style>
span { border-color: #948C73; }
span { border-color: rgb(148,140,115); }
td.TdClassName
{
border-color: #948C73;
}
.TagClassName
{
border-color: #948C73;
}
</style>