#9D9560

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

Shades of Gurkha #9D9560

Tints of Gurkha #9D9560

Color information

#9D9560 (or 0x9D9560) is unknown color: approx Gurkha. HEX triplet: 9D, 95 and 60. RGB value is (157,149,96). Sum of RGB (Red+Green+Blue) = 157+149+96=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9560 is #626A9F. Grayscale: #919191. Windows color (decimal): -6449824 or 6329757. OLE color: 6329757.

HSL color Cylindrical-coordinate representation of color #9D9560: hue angle of 52.13º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D9560 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB15714996-
CMYK00.050.390.38
HSL52.13º24.11%49.61%-
HSV(B)52.13º38.85%61.57%-
XYZ26.7629.5115.35-
YUV145.35100.15136.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.05%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 96 (37.89% from 255) = 23.88%
R=39.05%
G=37.06%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571499600.050.390.3852.1324.1149.61
Hex9D9560052726341832
Octal235225140054746643062
Binary10011101100101011100000010110011110011011010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,149,96); }

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

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

 a { background-color: rgb(157,149,96); }

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

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

 span { border-color: rgb(157,149,96); }

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