#948C66

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

Shades of Gurkha #948C66

Tints of Gurkha #948C66

Color information

#948C66 (or 0x948C66) is unknown color: approx Gurkha. HEX triplet: 94, 8C and 66. RGB value is (148,140,102). Sum of RGB (Red+Green+Blue) = 148+140+102=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #948C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C66 is #6B7399. Grayscale: #8A8A8A. Windows color (decimal): -7041946 or 6720660. OLE color: 6720660.

HSL color Cylindrical-coordinate representation of color #948C66: hue angle of 49.57º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #948C66 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB148140102-
CMYK00.050.310.42
HSL49.57º18.4%49.02%-
HSV(B)49.57º31.08%58.04%-
XYZ23.9926.0116.33-
YUV138.06107.65135.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=37.95%
G=35.90%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814010200.050.310.4249.5718.449.02
Hex948C66051F2A321231
Octal224214146053752622261
Binary1001010010001100110011001011111110101011001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,140,102); }

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

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

 a { background-color: rgb(148,140,102); }

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

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

 span { border-color: rgb(148,140,102); }

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