#9C9774

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

Shades of Gurkha #9C9774

Tints of Gurkha #9C9774

Color information

#9C9774 (or 0x9C9774) is unknown color: approx Gurkha. HEX triplet: 9C, 97 and 74. RGB value is (156,151,116). Sum of RGB (Red+Green+Blue) = 156+151+116=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9774 is #63688B. Grayscale: #949494. Windows color (decimal): -6514828 or 7640988. OLE color: 7640988.

HSL color Cylindrical-coordinate representation of color #9C9774: hue angle of 52.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C9774 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB156151116-
CMYK00.030.260.39
HSL52.5º16.81%53.33%-
HSV(B)52.5º25.64%61.18%-
XYZ27.9330.4620.93-
YUV148.5109.66133.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.88%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=36.88%
G=35.70%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615111600.030.260.3952.516.8153.33
Hex9C9774031A27341135
Octal234227164033247642165
Binary100111001001011111101000111101010011111010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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