#9C9359

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

Shades of Gurkha #9C9359

Tints of Gurkha #9C9359

Color information

#9C9359 (or 0x9C9359) is unknown color: approx Gurkha. HEX triplet: 9C, 93 and 59. RGB value is (156,147,89). Sum of RGB (Red+Green+Blue) = 156+147+89=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9359 is #636CA6. Grayscale: #8F8F8F. Windows color (decimal): -6515879 or 5870492. OLE color: 5870492.

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

Color convert

RGB15614789-
CMYK00.060.430.39
HSL51.94º27.35%48.04%-
HSV(B)51.94º42.95%61.18%-
XYZ25.9528.6613.61-
YUV143.0897.48137.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 147 (57.81% from 255) = 37.5%
BLUE value IS 89 (35.16% from 255) = 22.70%
R=39.80%
G=37.5%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561478900.060.430.3951.9427.3548.04
Hex9C9359062B27341b30
Octal234223131065347643360
Binary10011100100100111011001011010101110011111010011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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