#9F946B

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

Shades of Gurkha #9F946B

Tints of Gurkha #9F946B

Color information

#9F946B (or 0x9F946B) is unknown color: approx Gurkha. HEX triplet: 9F, 94 and 6B. RGB value is (159,148,107). Sum of RGB (Red+Green+Blue) = 159+148+107=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F946B is #606B94. Grayscale: #929292. Windows color (decimal): -6318997 or 7050399. OLE color: 7050399.

HSL color Cylindrical-coordinate representation of color #9F946B: hue angle of 47.31º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F946B is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB159148107-
CMYK00.070.330.38
HSL47.31º21.31%52.16%-
HSV(B)47.31º32.7%62.35%-
XYZ27.5429.6118.17-
YUV146.61105.64136.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.41%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 107 (42.19% from 255) = 25.85%
R=38.41%
G=35.75%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914810700.070.330.3847.3121.3152.16
Hex9F946B0721262f1534
Octal237224153074146572564
Binary10011111100101001101011011110000110011010111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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