#9A9377

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

Shades of Gurkha #9A9377

Tints of Gurkha #9A9377

Color information

#9A9377 (or 0x9A9377) is unknown color: approx Gurkha. HEX triplet: 9A, 93 and 77. RGB value is (154,147,119). Sum of RGB (Red+Green+Blue) = 154+147+119=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9377 is #656C88. Grayscale: #929292. Windows color (decimal): -6646921 or 7836570. OLE color: 7836570.

HSL color Cylindrical-coordinate representation of color #9A9377: hue angle of 48º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A9377 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB154147119-
CMYK00.050.230.40
HSL48º14.77%53.53%-
HSV(B)48º22.73%60.39%-
XYZ27.0929.0721.64-
YUV145.9112.82133.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.67%
GREEN value IS 147 (57.81% from 255) = 35%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=36.67%
G=35%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414711900.050.230.404814.7753.53
Hex9A937705172830f36
Octal232223167052750601766
Binary100110101001001111101110101101111010001100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,147,119); }

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

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

 a { background-color: rgb(154,147,119); }

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

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

 span { border-color: rgb(154,147,119); }

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