Shades of Gurkha #948B6B
Tints of Gurkha #948B6B
RGB
CMYK
RGB Variations
Color information
#948B6B (or 0x948B6B) is known color: Gurkha. HEX triplet: 94, 8B and 6B. RGB value is (148,139,107). Sum of RGB (Red+Green+Blue) = 148+139+107=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #948B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B6B is #6B7494. Grayscale: #8A8A8A. Windows color (decimal): -7042197 or 7048084. OLE color: 7048084.
HSL color Cylindrical-coordinate representation of color #948B6B: hue angle of 46.83º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #948B6B is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 139 | 107 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.42 |
| HSL | 46.83º | 0.16% | 0.5% | - |
| HSV(B) | 46.83º | 0.28% | 0.58% | - |
| XYZ | 24.1 | 25.82 | 17.62 | - |
| YUV | 138.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 107 | 0 | 0.06 | 0.28 | 0.42 | 46.83 | 0.16 | 0.5 |
| Hex | 94 | 8B | 6B | 0 | 6 | 1C | 2A | 2F | 10 | 32 |
| Octal | 224 | 213 | 153 | 0 | 6 | 34 | 52 | 57 | 20 | 62 |
| Binary | 10010100 | 10001011 | 1101011 | 0 | 110 | 11100 | 101010 | 101111 | 10000 | 110010 |
Color Harmonies of #948B6B
Complementary color
Monochromatic Colors of #948B6B
Black with #948B6B
Text Example
Text Example
White with #948B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948B6B; }
p { color: rgb(148,139,107); }
H1.HeaderClassName
{
color: #948B6B;
}
.AnyTagClassName
{
color: #948B6B;
}
</style>
background-color css
<style>
a { background-color: #948B6B; }
a { background-color: rgb(148,139,107); }
div.DivClassName
{
background-color: #948B6B;
}
.BgClassName
{
background-color: #948B6B;
}
</style>
border-color css
<style>
span { border-color: #948B6B; }
span { border-color: rgb(148,139,107); }
td.TdClassName
{
border-color: #948B6B;
}
.TagClassName
{
border-color: #948B6B;
}
</style>