#9D945E

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

Shades of Gurkha #9D945E

Tints of Gurkha #9D945E

Color information

#9D945E (or 0x9D945E) is unknown color: approx Gurkha. HEX triplet: 9D, 94 and 5E. RGB value is (157,148,94). Sum of RGB (Red+Green+Blue) = 157+148+94=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D945E is #626BA1. Grayscale: #909090. Windows color (decimal): -6450082 or 6198429. OLE color: 6198429.

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

Color convert

RGB15714894-
CMYK00.060.400.38
HSL51.43º25.1%49.22%-
HSV(B)51.43º40.13%61.57%-
XYZ26.5129.1614.82-
YUV144.5499.48136.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.35%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=39.35%
G=37.09%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571489400.060.400.3851.4325.149.22
Hex9D945E062826331931
Octal235224136065046633161
Binary10011101100101001011110011010100010011011001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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