#9C946E

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

Shades of Gurkha #9C946E

Tints of Gurkha #9C946E

Color information

#9C946E (or 0x9C946E) is unknown color: approx Gurkha. HEX triplet: 9C, 94 and 6E. RGB value is (156,148,110). Sum of RGB (Red+Green+Blue) = 156+148+110=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C946E is #636B91. Grayscale: #929292. Windows color (decimal): -6515602 or 7247004. OLE color: 7247004.

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

Color convert

RGB156148110-
CMYK00.050.290.39
HSL49.57º18.85%52.16%-
HSV(B)49.57º29.49%61.18%-
XYZ27.1129.3718.99-
YUV146.06107.65135.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.68%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=37.68%
G=35.75%
B=26.57%

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
Decimal15614811000.050.290.3949.5718.8552.16
Hex9C946E051D27321334
Octal234224156053547622364
Binary1001110010010100110111001011110110011111001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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