#9C8E65

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

Shades of Gurkha #9C8E65

Tints of Gurkha #9C8E65

Color information

#9C8E65 (or 0x9C8E65) is unknown color: approx Gurkha. HEX triplet: 9C, 8E and 65. RGB value is (156,142,101). Sum of RGB (Red+Green+Blue) = 156+142+101=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8E65 is #63719A. Grayscale: #8D8D8D. Windows color (decimal): -6517147 or 6655644. OLE color: 6655644.

HSL color Cylindrical-coordinate representation of color #9C8E65: hue angle of 44.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C8E65 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB156142101-
CMYK00.090.350.39
HSL44.73º21.74%50.39%-
HSV(B)44.73º35.26%61.18%-
XYZ25.7327.3516.24-
YUV141.51105.14138.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.10%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=39.10%
G=35.59%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614210100.090.350.3944.7321.7450.39
Hex9C8E650923272d1632
Octal2342161450114347552662
Binary100111001000111011001010100110001110011110110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,142,101); }

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

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

 a { background-color: rgb(156,142,101); }

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

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

 span { border-color: rgb(156,142,101); }

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