#938D6D

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

Shades of Gurkha #938D6D

Tints of Gurkha #938D6D

Color information

#938D6D (or 0x938D6D) is unknown color: approx Gurkha. HEX triplet: 93, 8D and 6D. RGB value is (147,141,109). Sum of RGB (Red+Green+Blue) = 147+141+109=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #938D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D6D is #6C7292. Grayscale: #8B8B8B. Windows color (decimal): -7107219 or 7179667. OLE color: 7179667.

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

Color convert

RGB147141109-
CMYK00.040.260.42
HSL50.53º14.96%50.2%-
HSV(B)50.53º25.85%57.65%-
XYZ24.3226.3618.27-
YUV139.15110.99133.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=37.03%
G=35.52%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714110900.040.260.4250.5314.9650.2
Hex938D6D041A2A33f32
Octal223215155043252631762
Binary100100111000110111011010100110101010101100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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