#9F956E

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

Shades of Gurkha #9F956E

Tints of Gurkha #9F956E

Color information

#9F956E (or 0x9F956E) is unknown color: approx Gurkha. HEX triplet: 9F, 95 and 6E. RGB value is (159,149,110). Sum of RGB (Red+Green+Blue) = 159+149+110=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 159 - color contains mainly: red. Hex color #9F956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F956E is #606A91. Grayscale: #939393. Windows color (decimal): -6318738 or 7247263. OLE color: 7247263.

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

Color convert

RGB159149110-
CMYK00.060.310.38
HSL47.76º20.33%52.75%-
HSV(B)47.76º30.82%62.35%-
XYZ27.8629.9919.07-
YUV147.54106.81136.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.04%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 110 (43.36% from 255) = 26.32%
R=38.04%
G=35.65%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914911000.060.310.3847.7620.3352.75
Hex9F956E061F26301435
Octal237225156063746602465
Binary1001111110010101110111001101111110011011000010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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