#9B9162

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

Shades of Gurkha #9B9162

Tints of Gurkha #9B9162

Color information

#9B9162 (or 0x9B9162) is unknown color: approx Gurkha. HEX triplet: 9B, 91 and 62. RGB value is (155,145,98). Sum of RGB (Red+Green+Blue) = 155+145+98=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9162 is #646E9D. Grayscale: #8E8E8E. Windows color (decimal): -6581918 or 6459803. OLE color: 6459803.

HSL color Cylindrical-coordinate representation of color #9B9162: hue angle of 49.47º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B9162 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB15514598-
CMYK00.060.370.39
HSL49.47º22.53%49.61%-
HSV(B)49.47º36.77%60.78%-
XYZ25.8528.115.62-
YUV142.63102.81136.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 98 (38.67% from 255) = 24.62%
R=38.94%
G=36.43%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551459800.060.370.3949.4722.5349.61
Hex9B9162062527311732
Octal233221142064547612762
Binary10011011100100011100010011010010110011111000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,145,98); }

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

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

 a { background-color: rgb(155,145,98); }

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

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

 span { border-color: rgb(155,145,98); }

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