#9D9775

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

Shades of Gurkha #9D9775

Tints of Gurkha #9D9775

Color information

#9D9775 (or 0x9D9775) is unknown color: approx Gurkha. HEX triplet: 9D, 97 and 75. RGB value is (157,151,117). Sum of RGB (Red+Green+Blue) = 157+151+117=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9775 is #62688A. Grayscale: #959595. Windows color (decimal): -6449291 or 7706525. OLE color: 7706525.

HSL color Cylindrical-coordinate representation of color #9D9775: hue angle of 51º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D9775 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB157151117-
CMYK00.040.250.38
HSL51º16.95%53.73%-
HSV(B)51º25.48%61.57%-
XYZ28.1830.5921.25-
YUV148.92109.99133.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.94%
GREEN value IS 151 (59.38% from 255) = 35.53%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=36.94%
G=35.53%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715111700.040.250.385116.9553.73
Hex9D9775041926331136
Octal235227165043146632166
Binary1001110110010111111010101001100110011011001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,151,117); }

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

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

 a { background-color: rgb(157,151,117); }

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

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

 span { border-color: rgb(157,151,117); }

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