#9C9777

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

Shades of Gurkha #9C9777

Tints of Gurkha #9C9777

Color information

#9C9777 (or 0x9C9777) is unknown color: approx Gurkha. HEX triplet: 9C, 97 and 77. RGB value is (156,151,119). Sum of RGB (Red+Green+Blue) = 156+151+119=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9777 is #636888. Grayscale: #949494. Windows color (decimal): -6514825 or 7837596. OLE color: 7837596.

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

Color convert

RGB156151119-
CMYK00.030.240.39
HSL51.89º15.74%53.92%-
HSV(B)51.89º23.72%61.18%-
XYZ28.1130.5321.86-
YUV148.85111.16133.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.62%
GREEN value IS 151 (59.38% from 255) = 35.45%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=36.62%
G=35.45%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615111900.030.240.3951.8915.7453.92
Hex9C9777031827341036
Octal234227167033047642066
Binary100111001001011111101110111100010011111010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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