#918E65

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

Shades of Bandicoot #918E65

Tints of Bandicoot #918E65

Color information

#918E65 (or 0x918E65) is unknown color: approx Bandicoot. HEX triplet: 91, 8E and 65. RGB value is (145,142,101). Sum of RGB (Red+Green+Blue) = 145+142+101=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #918E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918E65 is #6E719A. Grayscale: #8A8A8A. Windows color (decimal): -7238043 or 6655633. OLE color: 6655633.

HSL color Cylindrical-coordinate representation of color #918E65: hue angle of 55.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #918E65 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145142101-
CMYK00.020.300.43
HSL55.91º17.89%48.24%-
HSV(B)55.91º30.34%56.86%-
XYZ23.726.3116.14-
YUV138.22106.99132.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.37%
GREEN value IS 142 (55.86% from 255) = 36.60%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=37.37%
G=36.60%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514210100.020.300.4355.9117.8948.24
Hex918E65021E2B381230
Octal221216145023653702260
Binary100100011000111011001010101111010101111100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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