Shades of Gurkha #948B71
Tints of Gurkha #948B71
RGB
CMYK
RGB Variations
Color information
#948B71 (or 0x948B71) is known color: Gurkha. HEX triplet: 94, 8B and 71. RGB value is (148,139,113). Sum of RGB (Red+Green+Blue) = 148+139+113=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #948B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B71 is #6B748E. Grayscale: #8A8A8A. Windows color (decimal): -7042191 or 7441300. OLE color: 7441300.
HSL color Cylindrical-coordinate representation of color #948B71: hue angle of 44.57º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #948B71 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 139 | 113 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.42 |
| HSL | 44.57º | 0.14% | 0.51% | - |
| HSV(B) | 44.57º | 0.24% | 0.58% | - |
| XYZ | 24.43 | 25.95 | 19.34 | - |
| YUV | 138.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 113 | 0 | 0.06 | 0.24 | 0.42 | 44.57 | 0.14 | 0.51 |
| Hex | 94 | 8B | 71 | 0 | 6 | 18 | 2A | 2D | E | 33 |
| Octal | 224 | 213 | 161 | 0 | 6 | 30 | 52 | 55 | 16 | 63 |
| Binary | 10010100 | 10001011 | 1110001 | 0 | 110 | 11000 | 101010 | 101101 | 1110 | 110011 |
Color Harmonies of #948B71
Complementary color
Monochromatic Colors of #948B71
Black with #948B71
Text Example
Text Example
White with #948B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948B71; }
p { color: rgb(148,139,113); }
H1.HeaderClassName
{
color: #948B71;
}
.AnyTagClassName
{
color: #948B71;
}
</style>
background-color css
<style>
a { background-color: #948B71; }
a { background-color: rgb(148,139,113); }
div.DivClassName
{
background-color: #948B71;
}
.BgClassName
{
background-color: #948B71;
}
</style>
border-color css
<style>
span { border-color: #948B71; }
span { border-color: rgb(148,139,113); }
td.TdClassName
{
border-color: #948B71;
}
.TagClassName
{
border-color: #948B71;
}
</style>