#918C63

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

Shades of Bandicoot #918C63

Tints of Bandicoot #918C63

Color information

#918C63 (or 0x918C63) is unknown color: approx Bandicoot. HEX triplet: 91, 8C and 63. RGB value is (145,140,99). Sum of RGB (Red+Green+Blue) = 145+140+99=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #918C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C63 is #6E739C. Grayscale: #888888. Windows color (decimal): -7238557 or 6524049. OLE color: 6524049.

HSL color Cylindrical-coordinate representation of color #918C63: hue angle of 53.48º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #918C63 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14514099-
CMYK00.030.320.43
HSL53.48º18.85%47.84%-
HSV(B)53.48º31.72%56.86%-
XYZ23.3125.6815.53-
YUV136.82106.66133.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 140 (55.08% from 255) = 36.46%
BLUE value IS 99 (39.06% from 255) = 25.78%
R=37.76%
G=36.46%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451409900.030.320.4353.4818.8547.84
Hex918C6303202B351330
Octal221214143034053652360
Binary1001000110001100110001101110000010101111010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,140,99); }

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

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

 a { background-color: rgb(145,140,99); }

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

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

 span { border-color: rgb(145,140,99); }

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