#9B905C

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

Shades of Gurkha #9B905C

Tints of Gurkha #9B905C

Color information

#9B905C (or 0x9B905C) is unknown color: approx Gurkha. HEX triplet: 9B, 90 and 5C. RGB value is (155,144,92). Sum of RGB (Red+Green+Blue) = 155+144+92=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B905C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B905C is #646FA3. Grayscale: #8D8D8D. Windows color (decimal): -6582180 or 6066331. OLE color: 6066331.

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

Color convert

RGB15514492-
CMYK00.070.410.39
HSL49.52º25.51%48.43%-
HSV(B)49.52º40.65%60.78%-
XYZ25.4227.6914.13-
YUV141.36100.14137.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.64%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 92 (36.33% from 255) = 23.53%
R=39.64%
G=36.83%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551449200.070.410.3949.5225.5148.43
Hex9B905C072927321a30
Octal233220134075147623260
Binary10011011100100001011100011110100110011111001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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