#9F986E

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

Shades of Gurkha #9F986E

Tints of Gurkha #9F986E

Color information

#9F986E (or 0x9F986E) is unknown color: approx Gurkha. HEX triplet: 9F, 98 and 6E. RGB value is (159,152,110). Sum of RGB (Red+Green+Blue) = 159+152+110=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F986E is #606791. Grayscale: #959595. Windows color (decimal): -6317970 or 7248031. OLE color: 7248031.

HSL color Cylindrical-coordinate representation of color #9F986E: hue angle of 51.43º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F986E is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB159152110-
CMYK00.040.310.38
HSL51.43º20.33%52.75%-
HSV(B)51.43º30.82%62.35%-
XYZ28.3430.9519.23-
YUV149.3105.82134.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.77%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=37.77%
G=36.10%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915211000.040.310.3851.4320.3352.75
Hex9F986E041F26331435
Octal237230156043746632465
Binary1001111110011000110111001001111110011011001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,152,110); }

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

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

 a { background-color: rgb(159,152,110); }

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

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

 span { border-color: rgb(159,152,110); }

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