#9A9063

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

Shades of Gurkha #9A9063

Tints of Gurkha #9A9063

Color information

#9A9063 (or 0x9A9063) is unknown color: approx Gurkha. HEX triplet: 9A, 90 and 63. RGB value is (154,144,99). Sum of RGB (Red+Green+Blue) = 154+144+99=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9063 is #656F9C. Grayscale: #8E8E8E. Windows color (decimal): -6647709 or 6525082. OLE color: 6525082.

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

Color convert

RGB15414499-
CMYK00.060.360.40
HSL49.09º21.74%49.61%-
HSV(B)49.09º35.71%60.39%-
XYZ25.5527.7215.81-
YUV141.86103.81136.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.79%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 99 (39.06% from 255) = 24.94%
R=38.79%
G=36.27%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541449900.060.360.4049.0921.7449.61
Hex9A9063062428311632
Octal232220143064450612662
Binary10011010100100001100011011010010010100011000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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