#9A8D67

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

Shades of Gurkha #9A8D67

Tints of Gurkha #9A8D67

Color information

#9A8D67 (or 0x9A8D67) is unknown color: approx Gurkha. HEX triplet: 9A, 8D and 67. RGB value is (154,141,103). Sum of RGB (Red+Green+Blue) = 154+141+103=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8D67 is #657298. Grayscale: #8C8C8C. Windows color (decimal): -6648473 or 6786458. OLE color: 6786458.

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

Color convert

RGB154141103-
CMYK00.080.330.40
HSL44.71º20.16%50.39%-
HSV(B)44.71º33.12%60.39%-
XYZ25.326.916.69-
YUV140.55106.81137.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.69%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 103 (40.62% from 255) = 25.88%
R=38.69%
G=35.43%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414110300.080.330.4044.7120.1650.39
Hex9A8D670821282d1432
Octal2322151470104150552462
Binary100110101000110111001110100010000110100010110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,141,103); }

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

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

 a { background-color: rgb(154,141,103); }

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

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

 span { border-color: rgb(154,141,103); }

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