#9D9773

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

Shades of Gurkha #9D9773

Tints of Gurkha #9D9773

Color information

#9D9773 (or 0x9D9773) is unknown color: approx Gurkha. HEX triplet: 9D, 97 and 73. RGB value is (157,151,115). Sum of RGB (Red+Green+Blue) = 157+151+115=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9773 is #62688C. Grayscale: #949494. Windows color (decimal): -6449293 or 7575453. OLE color: 7575453.

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

Color convert

RGB157151115-
CMYK00.040.270.38
HSL51.43º17.65%53.33%-
HSV(B)51.43º26.75%61.57%-
XYZ28.0730.5420.64-
YUV148.69108.99133.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.12%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=37.12%
G=35.70%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715111500.040.270.3851.4317.6553.33
Hex9D9773041B26331235
Octal235227163043346632265
Binary1001110110010111111001101001101110011011001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,151,115); }

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

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

 a { background-color: rgb(157,151,115); }

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

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

 span { border-color: rgb(157,151,115); }

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