#938D68

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

Shades of Gurkha #938D68

Tints of Gurkha #938D68

Color information

#938D68 (or 0x938D68) is unknown color: approx Gurkha. HEX triplet: 93, 8D and 68. RGB value is (147,141,104). Sum of RGB (Red+Green+Blue) = 147+141+104=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #938D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D68 is #6C7297. Grayscale: #8A8A8A. Windows color (decimal): -7107224 or 6851987. OLE color: 6851987.

HSL color Cylindrical-coordinate representation of color #938D68: hue angle of 51.63º 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 #938D68 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB147141104-
CMYK00.040.290.42
HSL51.63º17.13%49.22%-
HSV(B)51.63º29.25%57.65%-
XYZ24.0626.2516.9-
YUV138.58108.49134.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=37.5%
G=35.97%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714110400.040.290.4251.6317.1349.22
Hex938D68041D2A341131
Octal223215150043552642161
Binary1001001110001101110100001001110110101011010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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