#938E72

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

Shades of Gurkha #938E72

Tints of Gurkha #938E72

Color information

#938E72 (or 0x938E72) is unknown color: approx Gurkha. HEX triplet: 93, 8E and 72. RGB value is (147,142,114). Sum of RGB (Red+Green+Blue) = 147+142+114=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #938E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E72 is #6C718D. Grayscale: #8C8C8C. Windows color (decimal): -7106958 or 7507603. OLE color: 7507603.

HSL color Cylindrical-coordinate representation of color #938E72: hue angle of 50.91º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #938E72 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB147142114-
CMYK00.030.220.42
HSL50.91º13.25%51.18%-
HSV(B)50.91º22.45%57.65%-
XYZ24.7426.7619.78-
YUV140.3113.16132.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=36.48%
G=35.24%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714211400.030.220.4250.9113.2551.18
Hex938E7203162A33d33
Octal223216162032652631563
Binary10010011100011101110010011101101010101100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,142,114); }

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

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

 a { background-color: rgb(147,142,114); }

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

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

 span { border-color: rgb(147,142,114); }

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