#9F9560

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

Shades of Gurkha #9F9560

Tints of Gurkha #9F9560

Color information

#9F9560 (or 0x9F9560) is unknown color: approx Gurkha. HEX triplet: 9F, 95 and 60. RGB value is (159,149,96). Sum of RGB (Red+Green+Blue) = 159+149+96=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9560 is #606A9F. Grayscale: #929292. Windows color (decimal): -6318752 or 6329759. OLE color: 6329759.

HSL color Cylindrical-coordinate representation of color #9F9560: hue angle of 50.48º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F9560 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15914996-
CMYK00.060.400.38
HSL50.48º24.71%50%-
HSV(B)50.48º39.62%62.35%-
XYZ27.1629.7115.37-
YUV145.9599.81137.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.36%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=39.36%
G=36.88%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591499600.060.400.3850.4824.7150
Hex9F9560062826321932
Octal237225140065046623162
Binary10011111100101011100000011010100010011011001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,149,96); }

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

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

 a { background-color: rgb(159,149,96); }

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

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

 span { border-color: rgb(159,149,96); }

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