#918C66

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

Shades of Bandicoot #918C66

Tints of Bandicoot #918C66

Color information

#918C66 (or 0x918C66) is unknown color: approx Bandicoot. HEX triplet: 91, 8C and 66. RGB value is (145,140,102). Sum of RGB (Red+Green+Blue) = 145+140+102=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #918C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C66 is #6E7399. Grayscale: #898989. Windows color (decimal): -7238554 or 6720657. OLE color: 6720657.

HSL color Cylindrical-coordinate representation of color #918C66: hue angle of 53.02º degrees, saturation: 0.17, 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 #918C66 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB145140102-
CMYK00.030.300.43
HSL53.02º17.41%48.43%-
HSV(B)53.02º29.66%56.86%-
XYZ23.4525.7416.3-
YUV137.16108.16133.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.47%
GREEN value IS 140 (55.08% from 255) = 36.18%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=37.47%
G=36.18%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514010200.030.300.4353.0217.4148.43
Hex918C66031E2B351130
Octal221214146033653652160
Binary100100011000110011001100111111010101111010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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