#9D8E62

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

Shades of Gurkha #9D8E62

Tints of Gurkha #9D8E62

Color information

#9D8E62 (or 0x9D8E62) is unknown color: approx Gurkha. HEX triplet: 9D, 8E and 62. RGB value is (157,142,98). Sum of RGB (Red+Green+Blue) = 157+142+98=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8E62 is #62719D. Grayscale: #8D8D8D. Windows color (decimal): -6451614 or 6459037. OLE color: 6459037.

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

Color convert

RGB15714298-
CMYK00.100.380.38
HSL44.75º23.14%50%-
HSV(B)44.75º37.58%61.57%-
XYZ25.7827.415.48-
YUV141.47103.47139.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.55%
GREEN value IS 142 (55.86% from 255) = 35.77%
BLUE value IS 98 (38.67% from 255) = 24.69%
R=39.55%
G=35.77%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571429800.100.380.3844.7523.1450
Hex9D8E620A26262d1732
Octal2352161420124646552762
Binary100111011000111011000100101010011010011010110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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