#9A9175

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

Shades of Gurkha #9A9175

Tints of Gurkha #9A9175

Color information

#9A9175 (or 0x9A9175) is unknown color: approx Gurkha. HEX triplet: 9A, 91 and 75. RGB value is (154,145,117). Sum of RGB (Red+Green+Blue) = 154+145+117=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9175 is #656E8A. Grayscale: #909090. Windows color (decimal): -6647435 or 7704986. OLE color: 7704986.

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

Color convert

RGB154145117-
CMYK00.060.240.40
HSL45.41º15.48%53.14%-
HSV(B)45.41º24.03%60.39%-
XYZ26.6628.4120.91-
YUV144.5112.48134.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.02%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=37.02%
G=34.86%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414511700.060.240.4045.4115.4853.14
Hex9A91750618282df35
Octal232221165063050551765
Binary100110101001000111101010110110001010001011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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