#9B945F

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

Shades of Gurkha #9B945F

Tints of Gurkha #9B945F

Color information

#9B945F (or 0x9B945F) is unknown color: approx Gurkha. HEX triplet: 9B, 94 and 5F. RGB value is (155,148,95). Sum of RGB (Red+Green+Blue) = 155+148+95=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B945F is #646BA0. Grayscale: #909090. Windows color (decimal): -6581153 or 6263963. OLE color: 6263963.

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

Color convert

RGB15514895-
CMYK00.050.390.39
HSL53º24%49.02%-
HSV(B)53º38.71%60.78%-
XYZ26.1728.9715.04-
YUV144.05100.32135.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 148 (58.20% from 255) = 37.19%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=38.94%
G=37.19%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551489500.050.390.39532449.02
Hex9B945F052727351831
Octal233224137054747653061
Binary10011011100101001011111010110011110011111010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,148,95); }

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

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

 a { background-color: rgb(155,148,95); }

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

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

 span { border-color: rgb(155,148,95); }

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