#938E64

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

Shades of Gurkha #938E64

Tints of Gurkha #938E64

Color information

#938E64 (or 0x938E64) is unknown color: approx Gurkha. HEX triplet: 93, 8E and 64. RGB value is (147,142,100). Sum of RGB (Red+Green+Blue) = 147+142+100=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #938E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E64 is #6C719B. Grayscale: #8A8A8A. Windows color (decimal): -7106972 or 6590099. OLE color: 6590099.

HSL color Cylindrical-coordinate representation of color #938E64: hue angle of 53.62º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #938E64 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB147142100-
CMYK00.030.320.42
HSL53.62º19.03%48.43%-
HSV(B)53.62º31.97%57.65%-
XYZ24.0126.4715.9-
YUV138.71106.16133.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.79%
GREEN value IS 142 (55.86% from 255) = 36.50%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=37.79%
G=36.50%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714210000.030.320.4253.6219.0348.43
Hex938E6403202A361330
Octal223216144034052662360
Binary1001001110001110110010001110000010101011011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938E64; }

 p { color: rgb(147,142,100); }

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

<style>
 a { background-color: #938E64; }

 a { background-color: rgb(147,142,100); }

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

<style>
 span { border-color: #938E64; }

 span { border-color: rgb(147,142,100); }

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