#9C9360

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

Shades of Gurkha #9C9360

Tints of Gurkha #9C9360

Color information

#9C9360 (or 0x9C9360) is unknown color: approx Gurkha. HEX triplet: 9C, 93 and 60. RGB value is (156,147,96). Sum of RGB (Red+Green+Blue) = 156+147+96=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9360 is #636C9F. Grayscale: #909090. Windows color (decimal): -6515872 or 6329244. OLE color: 6329244.

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

Color convert

RGB15614796-
CMYK00.060.380.39
HSL51º23.81%49.41%-
HSV(B)51º38.46%61.18%-
XYZ26.2628.7815.24-
YUV143.88100.98136.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.10%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=39.10%
G=36.84%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561479600.060.380.395123.8149.41
Hex9C9360062627331831
Octal234223140064647633061
Binary10011100100100111100000011010011010011111001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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