#9B8E65

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

Shades of Gurkha #9B8E65

Tints of Gurkha #9B8E65

Color information

#9B8E65 (or 0x9B8E65) is unknown color: approx Gurkha. HEX triplet: 9B, 8E and 65. RGB value is (155,142,101). Sum of RGB (Red+Green+Blue) = 155+142+101=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8E65 is #64719A. Grayscale: #8D8D8D. Windows color (decimal): -6582683 or 6655643. OLE color: 6655643.

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

Color convert

RGB155142101-
CMYK00.080.350.39
HSL45.56º21.26%50.2%-
HSV(B)45.56º34.84%60.78%-
XYZ25.5427.2516.23-
YUV141.21105.31137.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=38.94%
G=35.68%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514210100.080.350.3945.5621.2650.2
Hex9B8E650823272e1532
Octal2332161450104347562562
Binary100110111000111011001010100010001110011110111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,142,101); }

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

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

 a { background-color: rgb(155,142,101); }

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

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

 span { border-color: rgb(155,142,101); }

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