#938A6E

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

Shades of Gurkha #938A6E

Tints of Gurkha #938A6E

Color information

#938A6E (or 0x938A6E) is unknown color: approx Gurkha. HEX triplet: 93, 8A and 6E. RGB value is (147,138,110). Sum of RGB (Red+Green+Blue) = 147+138+110=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 147 - color contains mainly: red. Hex color #938A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A6E is #6C7591. Grayscale: #898989. Windows color (decimal): -7107986 or 7244435. OLE color: 7244435.

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

Color convert

RGB147138110-
CMYK00.060.250.42
HSL45.41º14.62%50.39%-
HSV(B)45.41º25.17%57.65%-
XYZ23.9425.5118.41-
YUV137.5112.48134.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.22%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=37.22%
G=34.94%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713811000.060.250.4245.4114.6250.39
Hex938A6E06192A2df32
Octal223212156063152551762
Binary100100111000101011011100110110011010101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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