#9C9161

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

Shades of Gurkha #9C9161

Tints of Gurkha #9C9161

Color information

#9C9161 (or 0x9C9161) is unknown color: approx Gurkha. HEX triplet: 9C, 91 and 61. RGB value is (156,145,97). Sum of RGB (Red+Green+Blue) = 156+145+97=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9161 is #636E9E. Grayscale: #8F8F8F. Windows color (decimal): -6516383 or 6394268. OLE color: 6394268.

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

Color convert

RGB15614597-
CMYK00.070.380.39
HSL48.81º23.32%49.61%-
HSV(B)48.81º37.82%61.18%-
XYZ25.9928.1815.38-
YUV142.82102.14137.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.20%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=39.20%
G=36.43%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561459700.070.380.3948.8123.3249.61
Hex9C9161072627311732
Octal234221141074647612762
Binary10011100100100011100001011110011010011111000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,145,97); }

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

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

 a { background-color: rgb(156,145,97); }

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

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

 span { border-color: rgb(156,145,97); }

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