#9A9672

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

Shades of Gurkha #9A9672

Tints of Gurkha #9A9672

Color information

#9A9672 (or 0x9A9672) is unknown color: approx Gurkha. HEX triplet: 9A, 96 and 72. RGB value is (154,150,114). Sum of RGB (Red+Green+Blue) = 154+150+114=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9672 is #65698D. Grayscale: #939393. Windows color (decimal): -6646158 or 7509658. OLE color: 7509658.

HSL color Cylindrical-coordinate representation of color #9A9672: hue angle of 54º 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 #9A9672 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB154150114-
CMYK00.030.260.40
HSL54º16.53%52.55%-
HSV(B)54º25.97%60.39%-
XYZ27.2729.920.25-
YUV147.09109.33132.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.84%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 114 (44.92% from 255) = 27.27%
R=36.84%
G=35.89%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15415011400.030.260.405416.5352.55
Hex9A9672031A28361135
Octal232226162033250662165
Binary100110101001011011100100111101010100011011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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