#9B9364

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

Shades of Gurkha #9B9364

Tints of Gurkha #9B9364

Color information

#9B9364 (or 0x9B9364) is unknown color: approx Gurkha. HEX triplet: 9B, 93 and 64. RGB value is (155,147,100). Sum of RGB (Red+Green+Blue) = 155+147+100=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9364 is #646C9B. Grayscale: #909090. Windows color (decimal): -6581404 or 6591387. OLE color: 6591387.

HSL color Cylindrical-coordinate representation of color #9B9364: hue angle of 51.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B9364 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB155147100-
CMYK00.050.350.39
HSL51.27º21.57%50%-
HSV(B)51.27º35.48%60.78%-
XYZ26.2528.7616.22-
YUV144.03103.15135.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.56%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 100 (39.45% from 255) = 24.88%
R=38.56%
G=36.57%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514710000.050.350.3951.2721.5750
Hex9B9364052327331632
Octal233223144054347632662
Binary10011011100100111100100010110001110011111001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,147,100); }

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

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

 a { background-color: rgb(155,147,100); }

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

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

 span { border-color: rgb(155,147,100); }

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