#9B925B

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

Shades of Gurkha #9B925B

Tints of Gurkha #9B925B

Color information

#9B925B (or 0x9B925B) is unknown color: approx Gurkha. HEX triplet: 9B, 92 and 5B. RGB value is (155,146,91). Sum of RGB (Red+Green+Blue) = 155+146+91=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B925B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B925B is #646DA4. Grayscale: #8E8E8E. Windows color (decimal): -6581669 or 6001307. OLE color: 6001307.

HSL color Cylindrical-coordinate representation of color #9B925B: hue angle of 51.56º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B925B is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB15514691-
CMYK00.060.410.39
HSL51.56º26.02%48.24%-
HSV(B)51.56º41.29%60.78%-
XYZ25.6828.2814-
YUV142.4298.98136.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 91 (35.94% from 255) = 23.21%
R=39.54%
G=37.24%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551469100.060.410.3951.5626.0248.24
Hex9B925B062927341a30
Octal233222133065147643260
Binary10011011100100101011011011010100110011111010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,146,91); }

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

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

 a { background-color: rgb(155,146,91); }

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

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

 span { border-color: rgb(155,146,91); }

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