#9A9176

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

Shades of Gurkha #9A9176

Tints of Gurkha #9A9176

Color information

#9A9176 (or 0x9A9176) is unknown color: approx Gurkha. HEX triplet: 9A, 91 and 76. RGB value is (154,145,118). Sum of RGB (Red+Green+Blue) = 154+145+118=417 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.93% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9176 is #656E89. Grayscale: #909090. Windows color (decimal): -6647434 or 7770522. OLE color: 7770522.

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

Color convert

RGB154145118-
CMYK00.060.230.40
HSL45º15.13%53.33%-
HSV(B)45º23.38%60.39%-
XYZ26.7228.4321.22-
YUV144.61112.98134.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.93%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 118 (46.48% from 255) = 28.30%
R=36.93%
G=34.77%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414511800.060.230.404515.1353.33
Hex9A91760617282df35
Octal232221166062750551765
Binary100110101001000111101100110101111010001011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,145,118); }

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

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

 a { background-color: rgb(154,145,118); }

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

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

 span { border-color: rgb(154,145,118); }

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