#938A72

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

Shades of Gurkha #938A72

Tints of Gurkha #938A72

Color information

#938A72 (or 0x938A72) is unknown color: approx Gurkha. HEX triplet: 93, 8A and 72. RGB value is (147,138,114). Sum of RGB (Red+Green+Blue) = 147+138+114=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #938A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A72 is #6C758D. Grayscale: #8A8A8A. Windows color (decimal): -7107982 or 7506579. OLE color: 7506579.

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

Color convert

RGB147138114-
CMYK00.060.220.42
HSL43.64º13.25%51.18%-
HSV(B)43.64º22.45%57.65%-
XYZ24.1625.5919.59-
YUV137.96114.48134.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 114 (44.92% from 255) = 28.57%
R=36.84%
G=34.59%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713811400.060.220.4243.6413.2551.18
Hex938A7206162A2cd33
Octal223212162062652541563
Binary100100111000101011100100110101101010101011001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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