#9B9275

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

Shades of Gurkha #9B9275

Tints of Gurkha #9B9275

Color information

#9B9275 (or 0x9B9275) is unknown color: approx Gurkha. HEX triplet: 9B, 92 and 75. RGB value is (155,146,117). Sum of RGB (Red+Green+Blue) = 155+146+117=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9275 is #646D8A. Grayscale: #919191. Windows color (decimal): -6581643 or 7705243. OLE color: 7705243.

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

Color convert

RGB155146117-
CMYK00.060.250.39
HSL45.79º15.97%53.33%-
HSV(B)45.79º24.52%60.78%-
XYZ27.0128.8120.97-
YUV145.38111.98134.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.08%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=37.08%
G=34.93%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514611700.060.250.3945.7915.9753.33
Hex9B92750619272e1035
Octal233222165063147562065
Binary1001101110010010111010101101100110011110111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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