#9C9471

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

Shades of Gurkha #9C9471

Tints of Gurkha #9C9471

Color information

#9C9471 (or 0x9C9471) is unknown color: approx Gurkha. HEX triplet: 9C, 94 and 71. RGB value is (156,148,113). Sum of RGB (Red+Green+Blue) = 156+148+113=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9471 is #636B8E. Grayscale: #929292. Windows color (decimal): -6515599 or 7443612. OLE color: 7443612.

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

Color convert

RGB156148113-
CMYK00.050.280.39
HSL48.84º17.84%52.75%-
HSV(B)48.84º27.56%61.18%-
XYZ27.2829.4419.87-
YUV146.4109.15134.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.41%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 113 (44.53% from 255) = 27.10%
R=37.41%
G=35.49%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614811300.050.280.3948.8417.8452.75
Hex9C9471051C27311235
Octal234224161053447612265
Binary1001110010010100111000101011110010011111000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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