#9B9675

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

Shades of Gurkha #9B9675

Tints of Gurkha #9B9675

Color information

#9B9675 (or 0x9B9675) is unknown color: approx Gurkha. HEX triplet: 9B, 96 and 75. RGB value is (155,150,117). Sum of RGB (Red+Green+Blue) = 155+150+117=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9675 is #64698A. Grayscale: #939393. Windows color (decimal): -6580619 or 7706267. OLE color: 7706267.

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

Color convert

RGB155150117-
CMYK00.030.250.39
HSL52.11º15.97%53.33%-
HSV(B)52.11º24.52%60.78%-
XYZ27.6330.0721.18-
YUV147.73110.66133.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.73%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=36.73%
G=35.55%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515011700.030.250.3952.1115.9753.33
Hex9B9675031927341035
Octal233226165033147642065
Binary100110111001011011101010111100110011111010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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