#938D69

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

Shades of Gurkha #938D69

Tints of Gurkha #938D69

Color information

#938D69 (or 0x938D69) is unknown color: approx Gurkha. HEX triplet: 93, 8D and 69. RGB value is (147,141,105). Sum of RGB (Red+Green+Blue) = 147+141+105=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #938D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D69 is #6C7296. Grayscale: #8A8A8A. Windows color (decimal): -7107223 or 6917523. OLE color: 6917523.

HSL color Cylindrical-coordinate representation of color #938D69: hue angle of 51.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #938D69 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB147141105-
CMYK00.040.290.42
HSL51.43º16.67%49.41%-
HSV(B)51.43º28.57%57.65%-
XYZ24.1126.2717.17-
YUV138.69108.99133.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=37.40%
G=35.88%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714110500.040.290.4251.4316.6749.41
Hex938D69041D2A331131
Octal223215151043552632161
Binary1001001110001101110100101001110110101011001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,141,105); }

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

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

 a { background-color: rgb(147,141,105); }

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

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

 span { border-color: rgb(147,141,105); }

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