#9B9258

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

Shades of Gurkha #9B9258

Tints of Gurkha #9B9258

Color information

#9B9258 (or 0x9B9258) is unknown color: approx Gurkha. HEX triplet: 9B, 92 and 58. RGB value is (155,146,88). Sum of RGB (Red+Green+Blue) = 155+146+88=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9258 is #646DA7. Grayscale: #8E8E8E. Windows color (decimal): -6581672 or 5804699. OLE color: 5804699.

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

Color convert

RGB15514688-
CMYK00.060.430.39
HSL51.94º27.57%47.65%-
HSV(B)51.94º43.23%60.78%-
XYZ25.5628.2313.33-
YUV142.0897.48137.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.85%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 88 (34.77% from 255) = 22.62%
R=39.85%
G=37.53%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551468800.060.430.3951.9427.5747.65
Hex9B9258062B27341c30
Octal233222130065347643460
Binary10011011100100101011000011010101110011111010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,146,88); }

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

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

 a { background-color: rgb(155,146,88); }

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

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

 span { border-color: rgb(155,146,88); }

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