#938D79

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

Shades of Gurkha #938D79

Tints of Gurkha #938D79

Color information

#938D79 (or 0x938D79) is unknown color: approx Gurkha. HEX triplet: 93, 8D and 79. RGB value is (147,141,121). Sum of RGB (Red+Green+Blue) = 147+141+121=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #938D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D79 is #6C7286. Grayscale: #8C8C8C. Windows color (decimal): -7107207 or 7966099. OLE color: 7966099.

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

Color convert

RGB147141121-
CMYK00.040.180.42
HSL46.15º10.74%52.55%-
HSV(B)46.15º17.69%57.65%-
XYZ25.0126.6321.91-
YUV140.51116.99132.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 141 (55.47% from 255) = 34.47%
BLUE value IS 121 (47.66% from 255) = 29.58%
R=35.94%
G=34.47%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714112100.040.180.4246.1510.7452.55
Hex938D7904122A2eb35
Octal223215171042252561365
Binary100100111000110111110010100100101010101011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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