#9B905D

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

Shades of Gurkha #9B905D

Tints of Gurkha #9B905D

Color information

#9B905D (or 0x9B905D) is unknown color: approx Gurkha. HEX triplet: 9B, 90 and 5D. RGB value is (155,144,93). Sum of RGB (Red+Green+Blue) = 155+144+93=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B905D is #646FA2. Grayscale: #8D8D8D. Windows color (decimal): -6582179 or 6131867. OLE color: 6131867.

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

Color convert

RGB15514493-
CMYK00.070.40.39
HSL49.35º25%48.63%-
HSV(B)49.35º40%60.78%-
XYZ25.4727.7114.36-
YUV141.48100.64137.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 93 (36.72% from 255) = 23.72%
R=39.54%
G=36.73%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551449300.070.40.3949.352548.63
Hex9B905D072827311931
Octal233220135075047613161
Binary10011011100100001011101011110100010011111000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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