#9B9262

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

Shades of Gurkha #9B9262

Tints of Gurkha #9B9262

Color information

#9B9262 (or 0x9B9262) is unknown color: approx Gurkha. HEX triplet: 9B, 92 and 62. RGB value is (155,146,98). Sum of RGB (Red+Green+Blue) = 155+146+98=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9262 is #646D9D. Grayscale: #8F8F8F. Windows color (decimal): -6581662 or 6460059. OLE color: 6460059.

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

Color convert

RGB15514698-
CMYK00.060.370.39
HSL50.53º22.53%49.61%-
HSV(B)50.53º36.77%60.78%-
XYZ2628.4115.67-
YUV143.22102.48136.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.85%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 98 (38.67% from 255) = 24.56%
R=38.85%
G=36.59%
B=24.56%

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
Decimal1551469800.060.370.3950.5322.5349.61
Hex9B9262062527331732
Octal233222142064547632762
Binary10011011100100101100010011010010110011111001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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