#9C945D

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

Shades of Gurkha #9C945D

Tints of Gurkha #9C945D

Color information

#9C945D (or 0x9C945D) is unknown color: approx Gurkha. HEX triplet: 9C, 94 and 5D. RGB value is (156,148,93). Sum of RGB (Red+Green+Blue) = 156+148+93=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C945D is #636BA2. Grayscale: #909090. Windows color (decimal): -6515619 or 6132892. OLE color: 6132892.

HSL color Cylindrical-coordinate representation of color #9C945D: hue angle of 52.38º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C945D is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB15614893-
CMYK00.050.400.39
HSL52.38º25.3%48.82%-
HSV(B)52.38º40.38%61.18%-
XYZ26.2829.0414.58-
YUV144.1299.15136.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.29%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=39.29%
G=37.28%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561489300.050.400.3952.3825.348.82
Hex9C945D052827341931
Octal234224135055047643161
Binary10011100100101001011101010110100010011111010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,148,93); }

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

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

 a { background-color: rgb(156,148,93); }

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

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

 span { border-color: rgb(156,148,93); }

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