#9B9360

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

Shades of Gurkha #9B9360

Tints of Gurkha #9B9360

Color information

#9B9360 (or 0x9B9360) is unknown color: approx Gurkha. HEX triplet: 9B, 93 and 60. RGB value is (155,147,96). Sum of RGB (Red+Green+Blue) = 155+147+96=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9360 is #646C9F. Grayscale: #8F8F8F. Windows color (decimal): -6581408 or 6329243. OLE color: 6329243.

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

Color convert

RGB15514796-
CMYK00.050.380.39
HSL51.86º23.51%49.22%-
HSV(B)51.86º38.06%60.78%-
XYZ26.0628.6815.23-
YUV143.58101.15136.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=38.94%
G=36.93%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551479600.050.380.3951.8623.5149.22
Hex9B9360052627341831
Octal233223140054647643061
Binary10011011100100111100000010110011010011111010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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