#9C976F

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

Shades of Gurkha #9C976F

Tints of Gurkha #9C976F

Color information

#9C976F (or 0x9C976F) is unknown color: approx Gurkha. HEX triplet: 9C, 97 and 6F. RGB value is (156,151,111). Sum of RGB (Red+Green+Blue) = 156+151+111=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 156 - color contains mainly: red. Hex color #9C976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C976F is #636890. Grayscale: #949494. Windows color (decimal): -6514833 or 7313308. OLE color: 7313308.

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

Color convert

RGB156151111-
CMYK00.030.290.39
HSL53.33º18.52%52.35%-
HSV(B)53.33º28.85%61.18%-
XYZ27.6530.3519.44-
YUV147.94107.16133.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.32%
GREEN value IS 151 (59.38% from 255) = 36.12%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=37.32%
G=36.12%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615111100.030.290.3953.3318.5252.35
Hex9C976F031D27351334
Octal234227157033547652364
Binary100111001001011111011110111110110011111010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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