#938B72

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

Shades of Gurkha #938B72

Tints of Gurkha #938B72

Color information

#938B72 (or 0x938B72) is unknown color: approx Gurkha. HEX triplet: 93, 8B and 72. RGB value is (147,139,114). Sum of RGB (Red+Green+Blue) = 147+139+114=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 147 - color contains mainly: red. Hex color #938B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B72 is #6C748D. Grayscale: #8A8A8A. Windows color (decimal): -7107726 or 7506835. OLE color: 7506835.

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

Color convert

RGB147139114-
CMYK00.050.220.42
HSL45.45º13.25%51.18%-
HSV(B)45.45º22.45%57.65%-
XYZ24.325.8819.63-
YUV138.54114.15134.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 139 (54.69% from 255) = 34.75%
BLUE value IS 114 (44.92% from 255) = 28.5%
R=36.75%
G=34.75%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713911400.050.220.4245.4513.2551.18
Hex938B7205162A2dd33
Octal223213162052652551563
Binary100100111000101111100100101101101010101011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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