#9F925E

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

Shades of Gurkha #9F925E

Tints of Gurkha #9F925E

Color information

#9F925E (or 0x9F925E) is unknown color: approx Gurkha. HEX triplet: 9F, 92 and 5E. RGB value is (159,146,94). Sum of RGB (Red+Green+Blue) = 159+146+94=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F925E is #606DA1. Grayscale: #909090. Windows color (decimal): -6319522 or 6197919. OLE color: 6197919.

HSL color Cylindrical-coordinate representation of color #9F925E: hue angle of 48º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F925E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB15914694-
CMYK00.080.410.38
HSL48º25.69%49.61%-
HSV(B)48º40.88%62.35%-
XYZ26.628.7414.73-
YUV143.9699.81138.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=39.85%
G=36.59%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591469400.080.410.384825.6949.61
Hex9F925E082926301a32
Octal2372221360105146603262
Binary100111111001001010111100100010100110011011000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,146,94); }

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

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

 a { background-color: rgb(159,146,94); }

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

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

 span { border-color: rgb(159,146,94); }

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