#938E68

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

Shades of Gurkha #938E68

Tints of Gurkha #938E68

Color information

#938E68 (or 0x938E68) is unknown color: approx Gurkha. HEX triplet: 93, 8E and 68. RGB value is (147,142,104). Sum of RGB (Red+Green+Blue) = 147+142+104=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #938E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E68 is #6C7197. Grayscale: #8B8B8B. Windows color (decimal): -7106968 or 6852243. OLE color: 6852243.

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

Color convert

RGB147142104-
CMYK00.030.290.42
HSL53.02º17.13%49.22%-
HSV(B)53.02º29.25%57.65%-
XYZ24.226.5516.95-
YUV139.16108.16133.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=37.40%
G=36.13%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714210400.030.290.4253.0217.1349.22
Hex938E68031D2A351131
Octal223216150033552652161
Binary100100111000111011010000111110110101011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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