#938A6D

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

Shades of Gurkha #938A6D

Tints of Gurkha #938A6D

Color information

#938A6D (or 0x938A6D) is unknown color: approx Gurkha. HEX triplet: 93, 8A and 6D. RGB value is (147,138,109). Sum of RGB (Red+Green+Blue) = 147+138+109=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #938A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A6D is #6C7592. Grayscale: #898989. Windows color (decimal): -7107987 or 7178899. OLE color: 7178899.

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

Color convert

RGB147138109-
CMYK00.060.260.42
HSL45.79º14.96%50.2%-
HSV(B)45.79º25.85%57.65%-
XYZ23.8825.4818.13-
YUV137.38111.98134.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=37.31%
G=35.03%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713810900.060.260.4245.7914.9650.2
Hex938A6D061A2A2ef32
Octal223212155063252561762
Binary100100111000101011011010110110101010101011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,138,109); }

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

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

 a { background-color: rgb(147,138,109); }

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

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

 span { border-color: rgb(147,138,109); }

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