#9D9475

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

Shades of Gurkha #9D9475

Tints of Gurkha #9D9475

Color information

#9D9475 (or 0x9D9475) is unknown color: approx Gurkha. HEX triplet: 9D, 94 and 75. RGB value is (157,148,117). Sum of RGB (Red+Green+Blue) = 157+148+117=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9475 is #626B8A. Grayscale: #939393. Windows color (decimal): -6450059 or 7705757. OLE color: 7705757.

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

Color convert

RGB157148117-
CMYK00.060.250.38
HSL46.5º16.95%53.73%-
HSV(B)46.5º25.48%61.57%-
XYZ27.7129.6321.09-
YUV147.16110.98135.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.20%
GREEN value IS 148 (58.20% from 255) = 35.07%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=37.20%
G=35.07%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714811700.060.250.3846.516.9553.73
Hex9D94750619262f1136
Octal235224165063146572166
Binary1001110110010100111010101101100110011010111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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