#9D945D

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

Shades of Gurkha #9D945D

Tints of Gurkha #9D945D

Color information

#9D945D (or 0x9D945D) is unknown color: approx Gurkha. HEX triplet: 9D, 94 and 5D. RGB value is (157,148,93). Sum of RGB (Red+Green+Blue) = 157+148+93=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 157 - color contains mainly: red. Hex color #9D945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D945D is #626BA2. Grayscale: #909090. Windows color (decimal): -6450083 or 6132893. OLE color: 6132893.

HSL color Cylindrical-coordinate representation of color #9D945D: hue angle of 51.56º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D945D is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB15714893-
CMYK00.060.410.38
HSL51.56º25.6%49.02%-
HSV(B)51.56º40.76%61.57%-
XYZ26.4729.1414.59-
YUV144.4298.98136.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.45%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=39.45%
G=37.19%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571489300.060.410.3851.5625.649.02
Hex9D945D062926341a31
Octal235224135065146643261
Binary10011101100101001011101011010100110011011010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D945D; }

 p { color: rgb(157,148,93); }

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

<style>
 a { background-color: #9D945D; }

 a { background-color: rgb(157,148,93); }

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

<style>
 span { border-color: #9D945D; }

 span { border-color: rgb(157,148,93); }

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