#938D6C

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

Shades of Gurkha #938D6C

Tints of Gurkha #938D6C

Color information

#938D6C (or 0x938D6C) is unknown color: approx Gurkha. HEX triplet: 93, 8D and 6C. RGB value is (147,141,108). Sum of RGB (Red+Green+Blue) = 147+141+108=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #938D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D6C is #6C7293. Grayscale: #8B8B8B. Windows color (decimal): -7107220 or 7114131. OLE color: 7114131.

HSL color Cylindrical-coordinate representation of color #938D6C: hue angle of 50.77º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #938D6C is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147141108-
CMYK00.040.270.42
HSL50.77º15.29%50%-
HSV(B)50.77º26.53%57.65%-
XYZ24.2626.3417.99-
YUV139.03110.49133.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 141 (55.47% from 255) = 35.61%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=37.12%
G=35.61%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714110800.040.270.4250.7715.2950
Hex938D6C041B2A33f32
Octal223215154043352631762
Binary100100111000110111011000100110111010101100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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