#9D945B

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

Shades of Gurkha #9D945B

Tints of Gurkha #9D945B

Color information

#9D945B (or 0x9D945B) is unknown color: approx Gurkha. HEX triplet: 9D, 94 and 5B. RGB value is (157,148,91). Sum of RGB (Red+Green+Blue) = 157+148+91=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D945B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D945B is #626BA4. Grayscale: #909090. Windows color (decimal): -6450085 or 6001821. OLE color: 6001821.

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

Color convert

RGB15714891-
CMYK00.060.420.38
HSL51.82º26.61%48.63%-
HSV(B)51.82º42.04%61.57%-
XYZ26.3829.114.12-
YUV144.1997.98137.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.65%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=39.65%
G=37.37%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571489100.060.420.3851.8226.6148.63
Hex9D945B062A26341b31
Octal235224133065246643361
Binary10011101100101001011011011010101010011011010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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