#9D9361

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

Shades of Gurkha #9D9361

Tints of Gurkha #9D9361

Color information

#9D9361 (or 0x9D9361) is unknown color: approx Gurkha. HEX triplet: 9D, 93 and 61. RGB value is (157,147,97). Sum of RGB (Red+Green+Blue) = 157+147+97=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9361 is #626C9E. Grayscale: #909090. Windows color (decimal): -6450335 or 6394781. OLE color: 6394781.

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

Color convert

RGB15714797-
CMYK00.060.380.38
HSL50º23.62%49.8%-
HSV(B)50º38.22%61.57%-
XYZ26.528.915.49-
YUV144.29101.31137.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.15%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=39.15%
G=36.66%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571479700.060.380.385023.6249.8
Hex9D9361062626321832
Octal235223141064646623062
Binary10011101100100111100001011010011010011011001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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