#9A9679

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

Shades of Gurkha #9A9679

Tints of Gurkha #9A9679

Color information

#9A9679 (or 0x9A9679) is unknown color: approx Gurkha. HEX triplet: 9A, 96 and 79. RGB value is (154,150,121). Sum of RGB (Red+Green+Blue) = 154+150+121=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9679 is #656986. Grayscale: #949494. Windows color (decimal): -6646151 or 7968410. OLE color: 7968410.

HSL color Cylindrical-coordinate representation of color #9A9679: hue angle of 52.73º 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 #9A9679 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB154150121-
CMYK00.030.210.40
HSL52.73º14.04%53.92%-
HSV(B)52.73º21.43%60.39%-
XYZ27.6830.0622.43-
YUV147.89112.83132.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.24%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=36.24%
G=35.29%
B=28.47%

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
Decimal15415012100.030.210.4052.7314.0453.92
Hex9A967903152835e36
Octal232226171032550651666
Binary10011010100101101111001011101011010001101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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