#9D8E60

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

Shades of Gurkha #9D8E60

Tints of Gurkha #9D8E60

Color information

#9D8E60 (or 0x9D8E60) is unknown color: approx Gurkha. HEX triplet: 9D, 8E and 60. RGB value is (157,142,96). Sum of RGB (Red+Green+Blue) = 157+142+96=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8E60 is #62719F. Grayscale: #8D8D8D. Windows color (decimal): -6451616 or 6327965. OLE color: 6327965.

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

Color convert

RGB15714296-
CMYK00.100.390.38
HSL45.25º24.11%49.61%-
HSV(B)45.25º38.85%61.57%-
XYZ25.6927.3614.99-
YUV141.24102.47139.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.75%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=39.75%
G=35.95%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571429600.100.390.3845.2524.1149.61
Hex9D8E600A27262d1832
Octal2352161400124746553062
Binary100111011000111011000000101010011110011010110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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