Shades of Gurkha #948B67
Tints of Gurkha #948B67
RGB
CMYK
RGB Variations
Color information
#948B67 (or 0x948B67) is known color: Gurkha. HEX triplet: 94, 8B and 67. RGB value is (148,139,103). Sum of RGB (Red+Green+Blue) = 148+139+103=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #948B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B67 is #6B7498. Grayscale: #898989. Windows color (decimal): -7042201 or 6785940. OLE color: 6785940.
HSL color Cylindrical-coordinate representation of color #948B67: hue angle of 48º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #948B67 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 139 | 103 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.42 |
| HSL | 48º | 0.18% | 0.49% | - |
| HSV(B) | 48º | 0.3% | 0.58% | - |
| XYZ | 23.89 | 25.74 | 16.54 | - |
| YUV | 137.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 103 | 0 | 0.06 | 0.30 | 0.42 | 48 | 0.18 | 0.49 |
| Hex | 94 | 8B | 67 | 0 | 6 | 1E | 2A | 30 | 12 | 31 |
| Octal | 224 | 213 | 147 | 0 | 6 | 36 | 52 | 60 | 22 | 61 |
| Binary | 10010100 | 10001011 | 1100111 | 0 | 110 | 11110 | 101010 | 110000 | 10010 | 110001 |
Color Harmonies of #948B67
Complementary color
Monochromatic Colors of #948B67
Black with #948B67
Text Example
Text Example
White with #948B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948B67; }
p { color: rgb(148,139,103); }
H1.HeaderClassName
{
color: #948B67;
}
.AnyTagClassName
{
color: #948B67;
}
</style>
background-color css
<style>
a { background-color: #948B67; }
a { background-color: rgb(148,139,103); }
div.DivClassName
{
background-color: #948B67;
}
.BgClassName
{
background-color: #948B67;
}
</style>
border-color css
<style>
span { border-color: #948B67; }
span { border-color: rgb(148,139,103); }
td.TdClassName
{
border-color: #948B67;
}
.TagClassName
{
border-color: #948B67;
}
</style>