#918B69

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

Shades of Gurkha #918B69

Tints of Gurkha #918B69

Color information

#918B69 (or 0x918B69) is unknown color: approx Gurkha. HEX triplet: 91, 8B and 69. RGB value is (145,139,105). Sum of RGB (Red+Green+Blue) = 145+139+105=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #918B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B69 is #6E7496. Grayscale: #898989. Windows color (decimal): -7238807 or 6917009. OLE color: 6917009.

HSL color Cylindrical-coordinate representation of color #918B69: hue angle of 51º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #918B69 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB145139105-
CMYK00.040.280.43
HSL51º16%49.02%-
HSV(B)51º27.59%56.86%-
XYZ23.4625.517.05-
YUV136.92109.99133.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.28%
GREEN value IS 139 (54.69% from 255) = 35.73%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=37.28%
G=35.73%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513910500.040.280.43511649.02
Hex918B69041C2B331031
Octal221213151043453632061
Binary1001000110001011110100101001110010101111001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918B69; }

 p { color: rgb(145,139,105); }

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

<style>
 a { background-color: #918B69; }

 a { background-color: rgb(145,139,105); }

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

<style>
 span { border-color: #918B69; }

 span { border-color: rgb(145,139,105); }

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