#9D9673

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

Shades of Gurkha #9D9673

Tints of Gurkha #9D9673

Color information

#9D9673 (or 0x9D9673) is unknown color: approx Gurkha. HEX triplet: 9D, 96 and 73. RGB value is (157,150,115). Sum of RGB (Red+Green+Blue) = 157+150+115=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9673 is #62698C. Grayscale: #949494. Windows color (decimal): -6449549 or 7575197. OLE color: 7575197.

HSL color Cylindrical-coordinate representation of color #9D9673: hue angle of 50º 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 #9D9673 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB157150115-
CMYK00.040.270.38
HSL50º17.65%53.33%-
HSV(B)50º26.75%61.57%-
XYZ27.9130.2220.58-
YUV148.1109.32134.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.20%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=37.20%
G=35.55%
B=27.25%

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
Decimal15715011500.040.270.385017.6553.33
Hex9D9673041B26321235
Octal235226163043346622265
Binary1001110110010110111001101001101110011011001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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