#948C6E

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

Shades of Gurkha #948C6E

Tints of Gurkha #948C6E

Color information

#948C6E (or 0x948C6E) is unknown color: approx Gurkha. HEX triplet: 94, 8C and 6E. RGB value is (148,140,110). Sum of RGB (Red+Green+Blue) = 148+140+110=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #948C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C6E is #6B7391. Grayscale: #8B8B8B. Windows color (decimal): -7041938 or 7244948. OLE color: 7244948.

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

Color convert

RGB148140110-
CMYK00.050.260.42
HSL47.37º15.08%50.59%-
HSV(B)47.37º25.68%58.04%-
XYZ24.4126.1818.52-
YUV138.97111.65134.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 110 (43.36% from 255) = 27.64%
R=37.19%
G=35.18%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814011000.050.260.4247.3715.0850.59
Hex948C6E051A2A2ff33
Octal224214156053252571763
Binary100101001000110011011100101110101010101011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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