#9D9370

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

Shades of Gurkha #9D9370

Tints of Gurkha #9D9370

Color information

#9D9370 (or 0x9D9370) is unknown color: approx Gurkha. HEX triplet: 9D, 93 and 70. RGB value is (157,147,112). Sum of RGB (Red+Green+Blue) = 157+147+112=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9370 is #626C8F. Grayscale: #929292. Windows color (decimal): -6450320 or 7377821. OLE color: 7377821.

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

Color convert

RGB157147112-
CMYK00.060.290.38
HSL46.67º18.67%52.75%-
HSV(B)46.67º28.66%61.57%-
XYZ27.2629.2119.53-
YUV146108.81135.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.74%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 112 (44.14% from 255) = 26.92%
R=37.74%
G=35.34%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714711200.060.290.3846.6718.6752.75
Hex9D9370061D262f1335
Octal235223160063546572365
Binary1001110110010011111000001101110110011010111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,147,112); }

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

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

 a { background-color: rgb(157,147,112); }

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

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

 span { border-color: rgb(157,147,112); }

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