#9F955C

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

Shades of Gurkha #9F955C

Tints of Gurkha #9F955C

Color information

#9F955C (or 0x9F955C) is unknown color: approx Gurkha. HEX triplet: 9F, 95 and 5C. RGB value is (159,149,92). Sum of RGB (Red+Green+Blue) = 159+149+92=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F955C is #606AA3. Grayscale: #919191. Windows color (decimal): -6318756 or 6067615. OLE color: 6067615.

HSL color Cylindrical-coordinate representation of color #9F955C: hue angle of 51.04º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F955C is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB15914992-
CMYK00.060.420.38
HSL51.04º26.69%49.22%-
HSV(B)51.04º42.14%62.35%-
XYZ26.9829.6414.42-
YUV145.4997.81137.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 92 (36.33% from 255) = 23%
R=39.75%
G=37.25%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591499200.060.420.3851.0426.6949.22
Hex9F955C062A26331b31
Octal237225134065246633361
Binary10011111100101011011100011010101010011011001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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