#9B935B

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

Shades of Gurkha #9B935B

Tints of Gurkha #9B935B

Color information

#9B935B (or 0x9B935B) is unknown color: approx Gurkha. HEX triplet: 9B, 93 and 5B. RGB value is (155,147,91). Sum of RGB (Red+Green+Blue) = 155+147+91=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B935B is #646CA4. Grayscale: #8F8F8F. Windows color (decimal): -6581413 or 6001563. OLE color: 6001563.

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

Color convert

RGB15514791-
CMYK00.050.410.39
HSL52.5º26.02%48.24%-
HSV(B)52.5º41.29%60.78%-
XYZ25.8428.5914.05-
YUV143.0198.65136.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.44%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 91 (35.94% from 255) = 23.16%
R=39.44%
G=37.40%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551479100.050.410.3952.526.0248.24
Hex9B935B052927341a30
Octal233223133055147643260
Binary10011011100100111011011010110100110011111010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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