Shades of Gurkha #948C72
Tints of Gurkha #948C72
RGB
CMYK
RGB Variations
Color information
#948C72 (or 0x948C72) is known color: Gurkha. HEX triplet: 94, 8C and 72. RGB value is (148,140,114). Sum of RGB (Red+Green+Blue) = 148+140+114=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #948C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C72 is #6B738D. Grayscale: #8B8B8B. Windows color (decimal): -7041934 or 7507092. OLE color: 7507092.
HSL color Cylindrical-coordinate representation of color #948C72: hue angle of 45.88º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #948C72 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 140 | 114 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.42 |
| HSL | 45.88º | 0.14% | 0.51% | - |
| HSV(B) | 45.88º | 0.23% | 0.58% | - |
| XYZ | 24.63 | 26.27 | 19.69 | - |
| YUV | 139.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 114 | 0 | 0.05 | 0.23 | 0.42 | 45.88 | 0.14 | 0.51 |
| Hex | 94 | 8C | 72 | 0 | 5 | 17 | 2A | 2E | E | 33 |
| Octal | 224 | 214 | 162 | 0 | 5 | 27 | 52 | 56 | 16 | 63 |
| Binary | 10010100 | 10001100 | 1110010 | 0 | 101 | 10111 | 101010 | 101110 | 1110 | 110011 |
Color Harmonies of #948C72
Complementary color
Monochromatic Colors of #948C72
Black with #948C72
Text Example
Text Example
White with #948C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948C72; }
p { color: rgb(148,140,114); }
H1.HeaderClassName
{
color: #948C72;
}
.AnyTagClassName
{
color: #948C72;
}
</style>
background-color css
<style>
a { background-color: #948C72; }
a { background-color: rgb(148,140,114); }
div.DivClassName
{
background-color: #948C72;
}
.BgClassName
{
background-color: #948C72;
}
</style>
border-color css
<style>
span { border-color: #948C72; }
span { border-color: rgb(148,140,114); }
td.TdClassName
{
border-color: #948C72;
}
.TagClassName
{
border-color: #948C72;
}
</style>