#9C9577

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

Shades of Gurkha #9C9577

Tints of Gurkha #9C9577

Color information

#9C9577 (or 0x9C9577) is unknown color: approx Gurkha. HEX triplet: 9C, 95 and 77. RGB value is (156,149,119). Sum of RGB (Red+Green+Blue) = 156+149+119=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9577 is #636A88. Grayscale: #939393. Windows color (decimal): -6515337 or 7837084. OLE color: 7837084.

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

Color convert

RGB156149119-
CMYK00.040.240.39
HSL48.65º15.74%53.92%-
HSV(B)48.65º23.72%61.18%-
XYZ27.7929.8921.76-
YUV147.67111.82133.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=36.79%
G=35.14%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614911900.040.240.3948.6515.7453.92
Hex9C9577041827311036
Octal234225167043047612066
Binary1001110010010101111011101001100010011111000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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