#938D6E

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

Shades of Gurkha #938D6E

Tints of Gurkha #938D6E

Color information

#938D6E (or 0x938D6E) is unknown color: approx Gurkha. HEX triplet: 93, 8D and 6E. RGB value is (147,141,110). Sum of RGB (Red+Green+Blue) = 147+141+110=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #938D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D6E is #6C7291. Grayscale: #8B8B8B. Windows color (decimal): -7107218 or 7245203. OLE color: 7245203.

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

Color convert

RGB147141110-
CMYK00.040.250.42
HSL50.27º14.62%50.39%-
HSV(B)50.27º25.17%57.65%-
XYZ24.3726.3818.56-
YUV139.26111.49133.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.93%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 110 (43.36% from 255) = 27.64%
R=36.93%
G=35.43%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714111000.040.250.4250.2714.6250.39
Hex938D6E04192A32f32
Octal223215156043152621762
Binary100100111000110111011100100110011010101100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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