#9F9760

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

Shades of Gurkha #9F9760

Tints of Gurkha #9F9760

Color information

#9F9760 (or 0x9F9760) is unknown color: approx Gurkha. HEX triplet: 9F, 97 and 60. RGB value is (159,151,96). Sum of RGB (Red+Green+Blue) = 159+151+96=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9760 is #60689F. Grayscale: #939393. Windows color (decimal): -6318240 or 6330271. OLE color: 6330271.

HSL color Cylindrical-coordinate representation of color #9F9760: hue angle of 52.38º 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 #9F9760 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15915196-
CMYK00.050.400.38
HSL52.38º24.71%50%-
HSV(B)52.38º39.62%62.35%-
XYZ27.4830.3515.48-
YUV147.1299.15136.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.16%
GREEN value IS 151 (59.38% from 255) = 37.19%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=39.16%
G=37.19%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591519600.050.400.3852.3824.7150
Hex9F9760052826341932
Octal237227140055046643162
Binary10011111100101111100000010110100010011011010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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