#9C9461

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

Shades of Gurkha #9C9461

Tints of Gurkha #9C9461

Color information

#9C9461 (or 0x9C9461) is unknown color: approx Gurkha. HEX triplet: 9C, 94 and 61. RGB value is (156,148,97). Sum of RGB (Red+Green+Blue) = 156+148+97=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9461 is #636B9E. Grayscale: #909090. Windows color (decimal): -6515615 or 6395036. OLE color: 6395036.

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

Color convert

RGB15614897-
CMYK00.050.380.39
HSL51.86º23.32%49.61%-
HSV(B)51.86º37.82%61.18%-
XYZ26.4629.1115.53-
YUV144.58101.15136.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.90%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=38.90%
G=36.91%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561489700.050.380.3951.8623.3249.61
Hex9C9461052627341732
Octal234224141054647642762
Binary10011100100101001100001010110011010011111010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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