#9A9579

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

Shades of Gurkha #9A9579

Tints of Gurkha #9A9579

Color information

#9A9579 (or 0x9A9579) is unknown color: approx Gurkha. HEX triplet: 9A, 95 and 79. RGB value is (154,149,121). Sum of RGB (Red+Green+Blue) = 154+149+121=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9579 is #656A86. Grayscale: #939393. Windows color (decimal): -6646407 or 7968154. OLE color: 7968154.

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

Color convert

RGB154149121-
CMYK00.030.210.40
HSL50.91º14.04%53.92%-
HSV(B)50.91º21.43%60.39%-
XYZ27.5329.7522.38-
YUV147.3113.16132.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.32%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=36.32%
G=35.14%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414912100.030.210.4050.9114.0453.92
Hex9A957903152833e36
Octal232225171032550631666
Binary10011010100101011111001011101011010001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,149,121); }

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

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

 a { background-color: rgb(154,149,121); }

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

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

 span { border-color: rgb(154,149,121); }

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