#948E6C

Color #948E6C Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #948E6C

Tints of Gurkha #948E6C

Color information

#948E6C (or 0x948E6C) is unknown color: approx Gurkha. HEX triplet: 94, 8E and 6C. RGB value is (148,142,108). Sum of RGB (Red+Green+Blue) = 148+142+108=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #948E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E6C is #6B7193. Grayscale: #8C8C8C. Windows color (decimal): -7041428 or 7114388. OLE color: 7114388.

HSL color Cylindrical-coordinate representation of color #948E6C: hue angle of 51º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #948E6C is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB148142108-
CMYK00.040.270.42
HSL51º15.75%50.2%-
HSV(B)51º27.03%58.04%-
XYZ24.5926.7218.05-
YUV139.92109.99133.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=37.19%
G=35.68%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814210800.040.270.425115.7550.2
Hex948E6C041B2A331032
Octal224216154043352632062
Binary1001010010001110110110001001101110101011001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948E6C; }

 p { color: rgb(148,142,108); }

 H1.HeaderClassName
 {
   color: #948E6C;
 }
 .AnyTagClassName
 {
   color: #948E6C;
 }
</style>
background-color css

<style>
 a { background-color: #948E6C; }

 a { background-color: rgb(148,142,108); }

 div.DivClassName
 {
   background-color: #948E6C;
 }
 .BgClassName
 {
   background-color: #948E6C;
 }
</style>
border-color css

<style>
 span { border-color: #948E6C; }

 span { border-color: rgb(148,142,108); }

 td.TdClassName
 {
   border-color: #948E6C;
 }
 .TagClassName
 {
   border-color: #948E6C;
 }
</style>