#9B935A

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

Shades of Gurkha #9B935A

Tints of Gurkha #9B935A

Color information

#9B935A (or 0x9B935A) is unknown color: approx Gurkha. HEX triplet: 9B, 93 and 5A. RGB value is (155,147,90). Sum of RGB (Red+Green+Blue) = 155+147+90=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 155 - color contains mainly: red. Hex color #9B935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B935A is #646CA5. Grayscale: #8F8F8F. Windows color (decimal): -6581414 or 5936027. OLE color: 5936027.

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

Color convert

RGB15514790-
CMYK00.050.420.39
HSL52.62º26.53%48.04%-
HSV(B)52.62º41.94%60.78%-
XYZ25.828.5713.83-
YUV142.8998.15136.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.54%
GREEN value IS 147 (57.81% from 255) = 37.5%
BLUE value IS 90 (35.55% from 255) = 22.96%
R=39.54%
G=37.5%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551479000.050.420.3952.6226.5348.04
Hex9B935A052A27351b30
Octal233223132055247653360
Binary10011011100100111011010010110101010011111010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B935A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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