#9C956A

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

Shades of Gurkha #9C956A

Tints of Gurkha #9C956A

Color information

#9C956A (or 0x9C956A) is unknown color: approx Gurkha. HEX triplet: 9C, 95 and 6A. RGB value is (156,149,106). Sum of RGB (Red+Green+Blue) = 156+149+106=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C956A is #636A95. Grayscale: #929292. Windows color (decimal): -6515350 or 6985116. OLE color: 6985116.

HSL color Cylindrical-coordinate representation of color #9C956A: hue angle of 51.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C956A is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB156149106-
CMYK00.040.320.39
HSL51.6º20.16%51.37%-
HSV(B)51.6º32.05%61.18%-
XYZ27.0629.617.92-
YUV146.19105.32135-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.96%
GREEN value IS 149 (58.59% from 255) = 36.25%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=37.96%
G=36.25%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614910600.040.320.3951.620.1651.37
Hex9C956A042027341433
Octal234225152044047642463
Binary10011100100101011101010010010000010011111010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,149,106); }

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

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

 a { background-color: rgb(156,149,106); }

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

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

 span { border-color: rgb(156,149,106); }

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