#9C9473

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

Shades of Gurkha #9C9473

Tints of Gurkha #9C9473

Color information

#9C9473 (or 0x9C9473) is unknown color: approx Gurkha. HEX triplet: 9C, 94 and 73. RGB value is (156,148,115). Sum of RGB (Red+Green+Blue) = 156+148+115=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9473 is #636B8C. Grayscale: #929292. Windows color (decimal): -6515597 or 7574684. OLE color: 7574684.

HSL color Cylindrical-coordinate representation of color #9C9473: hue angle of 48.29º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C9473 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB156148115-
CMYK00.050.260.39
HSL48.29º17.15%53.14%-
HSV(B)48.29º26.28%61.18%-
XYZ27.3929.4920.47-
YUV146.63110.15134.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.23%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=37.23%
G=35.32%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614811500.050.260.3948.2917.1553.14
Hex9C9473051A27301135
Octal234224163053247602165
Binary1001110010010100111001101011101010011111000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,148,115); }

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

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

 a { background-color: rgb(156,148,115); }

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

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

 span { border-color: rgb(156,148,115); }

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