#9B905F

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

Shades of Gurkha #9B905F

Tints of Gurkha #9B905F

Color information

#9B905F (or 0x9B905F) is unknown color: approx Gurkha. HEX triplet: 9B, 90 and 5F. RGB value is (155,144,95). Sum of RGB (Red+Green+Blue) = 155+144+95=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B905F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B905F is #646FA0. Grayscale: #8D8D8D. Windows color (decimal): -6582177 or 6262939. OLE color: 6262939.

HSL color Cylindrical-coordinate representation of color #9B905F: hue angle of 49º 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 #9B905F is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB15514495-
CMYK00.070.390.39
HSL49º24%49.02%-
HSV(B)49º38.71%60.78%-
XYZ25.5627.7414.83-
YUV141.7101.64137.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.34%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 95 (37.5% from 255) = 24.11%
R=39.34%
G=36.55%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551449500.070.390.39492449.02
Hex9B905F072727311831
Octal233220137074747613061
Binary10011011100100001011111011110011110011111000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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