#9C946F

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

Shades of Gurkha #9C946F

Tints of Gurkha #9C946F

Color information

#9C946F (or 0x9C946F) is unknown color: approx Gurkha. HEX triplet: 9C, 94 and 6F. RGB value is (156,148,111). Sum of RGB (Red+Green+Blue) = 156+148+111=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 156 - color contains mainly: red. Hex color #9C946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C946F is #636B90. Grayscale: #929292. Windows color (decimal): -6515601 or 7312540. OLE color: 7312540.

HSL color Cylindrical-coordinate representation of color #9C946F: hue angle of 49.33º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C946F is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB156148111-
CMYK00.050.290.39
HSL49.33º18.52%52.35%-
HSV(B)49.33º28.85%61.18%-
XYZ27.1729.419.28-
YUV146.17108.15135.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.59%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 111 (43.75% from 255) = 26.75%
R=37.59%
G=35.66%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614811100.050.290.3949.3318.5252.35
Hex9C946F051D27311334
Octal234224157053547612364
Binary1001110010010100110111101011110110011111000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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