#9a905b

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

Shades of Gurkha #9A905B

Tints of Gurkha #9A905B

Color information

#9A905B (or 0x9A905B) is unknown color: approx Gurkha. HEX triplet: 9A, 90 and 5B. RGB value is (154,144,91). Sum of RGB (Red+Green+Blue) = 154+144+91=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 154 - color contains mainly: red. Hex color #9A905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A905B is #656FA4. Grayscale: #8D8D8D. Windows color (decimal): -6647717 or 6000794. OLE color: 6000794.

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

Color convert

RGB15414491-
CMYK00.060.410.40
HSL50.48º25.71%48.04%-
HSV(B)50.48º40.91%60.39%-
XYZ25.1927.5713.89-
YUV140.9599.81137.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.59%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 91 (35.94% from 255) = 23.39%
R=39.59%
G=37.02%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541449100.060.410.4050.4825.7148.04
Hex9A905B062928321a30
Octal232220133065150623260
Binary10011010100100001011011011010100110100011001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a905b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,144,91); }

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

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

 a { background-color: rgb(154,144,91); }

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

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

 span { border-color: rgb(154,144,91); }

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