#9A9472

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

Shades of Gurkha #9A9472

Tints of Gurkha #9A9472

Color information

#9A9472 (or 0x9A9472) is unknown color: approx Gurkha. HEX triplet: 9A, 94 and 72. RGB value is (154,148,114). Sum of RGB (Red+Green+Blue) = 154+148+114=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9472 is #656B8D. Grayscale: #929292. Windows color (decimal): -6646670 or 7509146. OLE color: 7509146.

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

Color convert

RGB154148114-
CMYK00.040.260.40
HSL51º16.53%52.55%-
HSV(B)51º25.97%60.39%-
XYZ26.9529.2620.15-
YUV145.92109.99133.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.02%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=37.02%
G=35.58%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414811400.040.260.405116.5352.55
Hex9A9472041A28331135
Octal232224162043250632165
Binary1001101010010100111001001001101010100011001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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