#9C9377

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

Shades of Gurkha #9C9377

Tints of Gurkha #9C9377

Color information

#9C9377 (or 0x9C9377) is unknown color: approx Gurkha. HEX triplet: 9C, 93 and 77. RGB value is (156,147,119). Sum of RGB (Red+Green+Blue) = 156+147+119=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9377 is #636C88. Grayscale: #929292. Windows color (decimal): -6515849 or 7836572. OLE color: 7836572.

HSL color Cylindrical-coordinate representation of color #9C9377: hue angle of 45.41º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C9377 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB156147119-
CMYK00.060.240.39
HSL45.41º15.74%53.92%-
HSV(B)45.41º23.72%61.18%-
XYZ27.4729.2721.65-
YUV146.5112.48134.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.97%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 119 (46.88% from 255) = 28.20%
R=36.97%
G=34.83%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614711900.060.240.3945.4115.7453.92
Hex9C93770618272d1036
Octal234223167063047552066
Binary1001110010010011111011101101100010011110110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,147,119); }

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

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

 a { background-color: rgb(156,147,119); }

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

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

 span { border-color: rgb(156,147,119); }

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