#9F946E

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

Shades of Gurkha #9F946E

Tints of Gurkha #9F946E

Color information

#9F946E (or 0x9F946E) is unknown color: approx Gurkha. HEX triplet: 9F, 94 and 6E. RGB value is (159,148,110). Sum of RGB (Red+Green+Blue) = 159+148+110=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F946E is #606B91. Grayscale: #939393. Windows color (decimal): -6318994 or 7247007. OLE color: 7247007.

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

Color convert

RGB159148110-
CMYK00.070.310.38
HSL46.53º20.33%52.75%-
HSV(B)46.53º30.82%62.35%-
XYZ27.729.6819.02-
YUV146.96107.14136.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.13%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=38.13%
G=35.49%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914811000.070.310.3846.5320.3352.75
Hex9F946E071F262f1435
Octal237224156073746572465
Binary1001111110010100110111001111111110011010111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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