#9A946F

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

Shades of Gurkha #9A946F

Tints of Gurkha #9A946F

Color information

#9A946F (or 0x9A946F) is unknown color: approx Gurkha. HEX triplet: 9A, 94 and 6F. RGB value is (154,148,111). Sum of RGB (Red+Green+Blue) = 154+148+111=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 154 - color contains mainly: red. Hex color #9A946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A946F is #656B90. Grayscale: #919191. Windows color (decimal): -6646673 or 7312538. OLE color: 7312538.

HSL color Cylindrical-coordinate representation of color #9A946F: hue angle of 51.63º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A946F is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB154148111-
CMYK00.040.280.40
HSL51.63º17.55%51.96%-
HSV(B)51.63º27.92%60.39%-
XYZ26.7929.219.26-
YUV145.58108.49134.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.29%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=37.29%
G=35.84%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414811100.040.280.4051.6317.5551.96
Hex9A946F041C28341234
Octal232224157043450642264
Binary1001101010010100110111101001110010100011010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,148,111); }

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

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

 a { background-color: rgb(154,148,111); }

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

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

 span { border-color: rgb(154,148,111); }

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